[GRASS-SVN] r60097 - grass/trunk/raster/r.univar

svn_grass at osgeo.org svn_grass at osgeo.org
Mon May 5 01:27:57 PDT 2014


Author: hamish
Date: 2014-05-05 01:27:57 -0700 (Mon, 05 May 2014)
New Revision: 60097

Modified:
   grass/trunk/raster/r.univar/r3.univar_main.c
Log:
be more verbose, 3D can be huge

Modified: grass/trunk/raster/r.univar/r3.univar_main.c
===================================================================
--- grass/trunk/raster/r.univar/r3.univar_main.c	2014-05-05 07:17:57 UTC (rev 60096)
+++ grass/trunk/raster/r.univar/r3.univar_main.c	2014-05-05 08:27:57 UTC (rev 60097)
@@ -213,7 +213,7 @@
 
     for (z = 0; z < depths; z++) {	/* From the bottom to the top */
 	if (!(param.shell_style->answer))
-	    G_percent(z, depths - 1, 10);
+	    G_percent(z, depths - 1, 2);
 	for (y = 0; y < rows; y++) {
 	    for (x = 0; x < cols; x++) {
 		zone = 0;



More information about the grass-commit mailing list