[GRASS-SVN] r61687 - grass/trunk/raster/r.clump
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Aug 19 08:52:29 PDT 2014
Author: neteler
Date: 2014-08-19 08:52:29 -0700 (Tue, 19 Aug 2014)
New Revision: 61687
Modified:
grass/trunk/raster/r.clump/clump.c
Log:
r.clump: msg cosmetics
Modified: grass/trunk/raster/r.clump/clump.c
===================================================================
--- grass/trunk/raster/r.clump/clump.c 2014-08-19 01:38:05 UTC (rev 61686)
+++ grass/trunk/raster/r.clump/clump.c 2014-08-19 15:52:29 UTC (rev 61687)
@@ -91,7 +91,7 @@
* pass thru the input, create initial clump labels *
****************************************************/
- G_message(_("Pass 1..."));
+ G_message(_("Pass 1 of 2..."));
for (row = 0; row < nrows; row++) {
Rast_get_c_row(in_fd, cur_in + 1, row);
@@ -262,7 +262,7 @@
/* the input raster is no longer needed,
* using instead the temp file with initial clump labels */
- G_message(_("Pass 2..."));
+ G_message(_("Pass 2 of 2..."));
for (row = 0; row < nrows; row++) {
G_percent(row, nrows, 4);
More information about the grass-commit
mailing list