[GRASS-SVN] r58203 - grass/trunk/raster/r.in.xyz

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 13 00:28:09 PST 2013


Author: hamish
Date: 2013-11-13 00:28:09 -0800 (Wed, 13 Nov 2013)
New Revision: 58203

Modified:
   grass/trunk/raster/r.in.xyz/local_proto.h
Log:
increase scan line buffer length (#2125)

Modified: grass/trunk/raster/r.in.xyz/local_proto.h
===================================================================
--- grass/trunk/raster/r.in.xyz/local_proto.h	2013-11-12 22:04:41 UTC (rev 58202)
+++ grass/trunk/raster/r.in.xyz/local_proto.h	2013-11-13 08:28:09 UTC (rev 58203)
@@ -21,7 +21,7 @@
 #include <grass/gis.h>
 
 
-#define BUFFSIZE 256
+#define BUFFSIZE 1024
 
 #define METHOD_N           1
 #define METHOD_MIN         2



More information about the grass-commit mailing list