[GRASS-SVN] r57456 - grass-addons/grass6/raster/r.fuzzy.system

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Aug 16 06:34:58 PDT 2013


Author: jradinger
Date: 2013-08-16 06:34:57 -0700 (Fri, 16 Aug 2013)
New Revision: 57456

Modified:
   grass-addons/grass6/raster/r.fuzzy.system/local_proto.h
Log:
Increase of MAXSTACK and VARMAX to 500 and 50 respectively

Modified: grass-addons/grass6/raster/r.fuzzy.system/local_proto.h
===================================================================
--- grass-addons/grass6/raster/r.fuzzy.system/local_proto.h	2013-08-16 13:29:46 UTC (rev 57455)
+++ grass-addons/grass6/raster/r.fuzzy.system/local_proto.h	2013-08-16 13:34:57 UTC (rev 57456)
@@ -17,8 +17,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