[GRASS-SVN] r54691 - grass/trunk/imagery/i.smap

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jan 18 02:34:36 PST 2013


Author: martinl
Date: 2013-01-18 02:34:36 -0800 (Fri, 18 Jan 2013)
New Revision: 54691

Modified:
   grass/trunk/imagery/i.smap/write_img.c
Log:
i.smap: progress info cosmetics


Modified: grass/trunk/imagery/i.smap/write_img.c
===================================================================
--- grass/trunk/imagery/i.smap/write_img.c	2013-01-17 23:06:28 UTC (rev 54690)
+++ grass/trunk/imagery/i.smap/write_img.c	2013-01-18 10:34:36 UTC (rev 54691)
@@ -12,7 +12,7 @@
     int row, col;
     FCELL *fcellbuf = NULL;
 
-    G_message(_("Writing raster map <%s>..."), parms->output_map);
+    G_important_message(_("Writing output raster map(s)..."));
 
     /* write goodness of fit */
     if (parms->goodness_map)
@@ -33,7 +33,7 @@
 	if (parms->goodness_map)
 	    Rast_put_row(files->goodness_fd, fcellbuf, FCELL_TYPE);
     }
-    G_percent(nrows, nrows, 2);
+    G_percent(1, 1, 1);
 
     return 0;
 }



More information about the grass-commit mailing list