[GRASS-SVN] r59146 - grass/trunk/raster/r.param.scale
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Feb 27 00:09:54 PST 2014
Author: neteler
Date: 2014-02-27 00:09:54 -0800 (Thu, 27 Feb 2014)
New Revision: 59146
Modified:
grass/trunk/raster/r.param.scale/param.h
Log:
r.param.scale: set max window size to higher arbitrary limit
Modified: grass/trunk/raster/r.param.scale/param.h
===================================================================
--- grass/trunk/raster/r.param.scale/param.h 2014-02-26 12:23:18 UTC (rev 59145)
+++ grass/trunk/raster/r.param.scale/param.h 2014-02-27 08:09:54 UTC (rev 59146)
@@ -16,7 +16,7 @@
#define EDGE ((wsize-1)/2) /* Number of rows/cols that make up the */
/* 'blank' edge around raster. */
-#define MAX_WSIZE 69 /* Maximum dimensions of window. */
+#define MAX_WSIZE 499 /* Maximum dimensions of window. */
/* Some useful labels. */
#define TRUE 1
#define FALSE 0
More information about the grass-commit
mailing list