[GRASS-SVN] r57455 - grass-addons/grass7/raster/r.fuzzy/r.fuzzy.system
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Aug 16 06:29:46 PDT 2013
Author: jradinger
Date: 2013-08-16 06:29:46 -0700 (Fri, 16 Aug 2013)
New Revision: 57455
Modified:
grass-addons/grass7/raster/r.fuzzy/r.fuzzy.system/local_proto.h
Log:
Increase of MAXSTACK and VARMAX to 500 and 50 respectively
Modified: grass-addons/grass7/raster/r.fuzzy/r.fuzzy.system/local_proto.h
===================================================================
--- grass-addons/grass7/raster/r.fuzzy/r.fuzzy.system/local_proto.h 2013-08-15 19:16:04 UTC (rev 57454)
+++ grass-addons/grass7/raster/r.fuzzy/r.fuzzy.system/local_proto.h 2013-08-16 13:29:46 UTC (rev 57455)
@@ -18,8 +18,8 @@
#define PI4 (atan(1))
#endif
-#define STACKMAX 200
-#define VARMAX 31
+#define STACKMAX 500
+#define VARMAX 50
#undef MIN
#undef MAX
More information about the grass-commit
mailing list