[GRASS-SVN] r34000 - grass/trunk/raster/r.cross

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Oct 24 16:37:29 EDT 2008


Author: neteler
Date: 2008-10-24 16:37:29 -0400 (Fri, 24 Oct 2008)
New Revision: 34000

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

Modified: grass/trunk/raster/r.cross/glob.h
===================================================================
--- grass/trunk/raster/r.cross/glob.h	2008-10-24 10:03:38 UTC (rev 33999)
+++ grass/trunk/raster/r.cross/glob.h	2008-10-24 20:37:29 UTC (rev 34000)
@@ -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