multi-dim reply clarification

Russ Smith smith at nrl-aic.ARPA
Fri Apr 12 05:12:27 AEST 1985


A small correction on my previous note...

	double neighborhood[NBRHT][NBRWDTH];
	double onerow[MAXNCOLS];

should be

	double neighborhood[NLABELS][NBRHT][NBRWDTH];
	double onerow[NLABELS][MAXNCOLS];

Russ <Smith at nrl-aic>
Navy Center for Applied Research in Artificial Intelligence



More information about the Comp.lang.c mailing list