1
0
Fork 0

Changed MAX_NODES to FG_MAX_NODES.

This commit is contained in:
curt 1999-05-03 18:38:48 +00:00
parent 9b5912914d
commit b68246236e

View file

@ -38,7 +38,7 @@ FG_USING_STD(mem_fun_ref);
// Constructor
fgTILE::fgTILE ( void )
: nodes(new double[MAX_NODES][3]),
: nodes(new double[FG_MAX_NODES][3]),
ncount(0),
used(false)
{