Procházet zdrojové kódy

r.param.scale: set max window size to higher arbitrary limit

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@59146 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler před 11 roky
rodič
revize
6ec8157243
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      raster/r.param.scale/param.h

+ 1 - 1
raster/r.param.scale/param.h

@@ -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