[GRASS-SVN] r34001 - grass/branches/develbranch_6/raster/r.cross

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Oct 24 16:38:32 EDT 2008


Author: neteler
Date: 2008-10-24 16:38:32 -0400 (Fri, 24 Oct 2008)
New Revision: 34001

Modified:
   grass/branches/develbranch_6/raster/r.cross/glob.h
Log:
increased to 30 maxfiles (trac #330)

Modified: grass/branches/develbranch_6/raster/r.cross/glob.h
===================================================================
--- grass/branches/develbranch_6/raster/r.cross/glob.h	2008-10-24 20:37:29 UTC (rev 34000)
+++ grass/branches/develbranch_6/raster/r.cross/glob.h	2008-10-24 20:38:32 UTC (rev 34001)
@@ -21,7 +21,7 @@
 
 #include <grass/gis.h>
 
-#define NFILES 10		/* maximum number of layers */
+#define NFILES 30		/* maximum number of layers */
 #define SHIFT 6			/* 2^SHIFT cats per node */
 #define INCR 16
 



More information about the grass-commit mailing list