Parcourir la source

be more verbose, 3D can be huge

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60097 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman il y a 11 ans
Parent
commit
642d0753c6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      raster/r.univar/r3.univar_main.c

+ 1 - 1
raster/r.univar/r3.univar_main.c

@@ -213,7 +213,7 @@ int main(int argc, char *argv[])
 
     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;