[GRASS-SVN] r38514 - grass/trunk/raster/r.patch
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jul 23 17:48:10 EDT 2009
Author: neteler
Date: 2009-07-23 17:48:10 -0400 (Thu, 23 Jul 2009)
New Revision: 38514
Removed:
grass/trunk/raster/r.patch/nfiles.h
Modified:
grass/trunk/raster/r.patch/main.c
grass/trunk/raster/r.patch/r.patch.html
Log:
remove cruft; there is no max limit any more
Modified: grass/trunk/raster/r.patch/main.c
===================================================================
--- grass/trunk/raster/r.patch/main.c 2009-07-23 21:47:15 UTC (rev 38513)
+++ grass/trunk/raster/r.patch/main.c 2009-07-23 21:48:10 UTC (rev 38514)
@@ -19,7 +19,6 @@
#include <grass/gis.h>
#include <grass/raster.h>
#include <grass/glocale.h>
-#include "nfiles.h"
#include "local_proto.h"
int main(int argc, char *argv[])
Deleted: grass/trunk/raster/r.patch/nfiles.h
===================================================================
--- grass/trunk/raster/r.patch/nfiles.h 2009-07-23 21:47:15 UTC (rev 38513)
+++ grass/trunk/raster/r.patch/nfiles.h 2009-07-23 21:48:10 UTC (rev 38514)
@@ -1,11 +0,0 @@
-/* The number of raster maps that can be patched together.
- *
- * All raster maps will be opened at one time, so this number can not
- * be arbitrarily large.
- *
- * Must be smaller than MAXFILES as defined in lib/gis/G.h which
- * in turn must be smaller than the operating system's limit.
- * (Given by `cat /proc/sys/fs/file-max` in Linux 2.4)
- */
-
-#define MAXFILES 200
Modified: grass/trunk/raster/r.patch/r.patch.html
===================================================================
--- grass/trunk/raster/r.patch/r.patch.html 2009-07-23 21:47:15 UTC (rev 38513)
+++ grass/trunk/raster/r.patch/r.patch.html 2009-07-23 21:48:10 UTC (rev 38514)
@@ -18,7 +18,7 @@
The first <em>name</em> listed in the string
<b>input=</b><em>name</em>,<em>name</em>,<em>name</em>, ... is the name of
the first map whose data values will be used to fill in "no data" cells
-in the current region. The second through 200 (max) input <em>name</em>
+in the current region. The second through last input <em>name</em>
maps will be used, in order, to supply data values for for the remaining
"no data" cells.
More information about the grass-commit
mailing list