[GRASS-SVN] r58204 - grass/branches/develbranch_6/raster/r.in.xyz
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Nov 13 00:28:46 PST 2013
Author: hamish
Date: 2013-11-13 00:28:46 -0800 (Wed, 13 Nov 2013)
New Revision: 58204
Modified:
grass/branches/develbranch_6/raster/r.in.xyz/local_proto.h
Log:
increase scan line buffer length (#2125, merge from trunk)
Modified: grass/branches/develbranch_6/raster/r.in.xyz/local_proto.h
===================================================================
--- grass/branches/develbranch_6/raster/r.in.xyz/local_proto.h 2013-11-13 08:28:09 UTC (rev 58203)
+++ grass/branches/develbranch_6/raster/r.in.xyz/local_proto.h 2013-11-13 08:28:46 UTC (rev 58204)
@@ -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