[net.lang.c] multi-dim reply clarification

smith@nrl-aic.ARPA (Russ Smith) (04/11/85)

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@nrl-aic>
Navy Center for Applied Research in Artificial Intelligence