[GRASS-SVN] r42173 - grass/branches/develbranch_6/raster/r.what
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat May 8 16:17:15 EDT 2010
Author: neteler
Date: 2010-05-08 16:17:15 -0400 (Sat, 08 May 2010)
New Revision: 42173
Modified:
grass/branches/develbranch_6/raster/r.what/main.c
Log:
support one year of daily maps
Modified: grass/branches/develbranch_6/raster/r.what/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.what/main.c 2010-05-08 20:16:48 UTC (rev 42172)
+++ grass/branches/develbranch_6/raster/r.what/main.c 2010-05-08 20:17:15 UTC (rev 42173)
@@ -14,7 +14,7 @@
* for details.
*
*****************************************************************************/
-#define NFILES 150
+#define NFILES 400
#include <stdio.h>
#include <stdlib.h>
More information about the grass-commit
mailing list