[GRASS-SVN] r34611 - grass/trunk/raster/r.watershed/seg
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Nov 28 21:02:24 EST 2008
Author: hamish
Date: 2008-11-28 21:02:24 -0500 (Fri, 28 Nov 2008)
New Revision: 34611
Modified:
grass/trunk/raster/r.watershed/seg/main.c
Log:
msg cleaning (merge from devbr6)
Modified: grass/trunk/raster/r.watershed/seg/main.c
===================================================================
--- grass/trunk/raster/r.watershed/seg/main.c 2008-11-29 02:00:54 UTC (rev 34610)
+++ grass/trunk/raster/r.watershed/seg/main.c 2008-11-29 02:02:24 UTC (rev 34611)
@@ -71,7 +71,7 @@
}
if (bas_thres <= 0) {
- G_message(_("SECTION %d beginning: Closing Maps."), tot_parts);
+ G_message(_("SECTION %d: Closing Maps."), tot_parts);
close_maps();
}
else {
@@ -80,10 +80,9 @@
}
cseg_open(&bas, SROW, SCOL, 4);
cseg_open(&haf, SROW, SCOL, 4);
- G_message(_("SECTION %d beginning: Watershed determination."),
- tot_parts - 1);
+ G_message(_("SECTION %d: Watershed determination."), tot_parts - 1);
find_pourpts();
- G_message(_("SECTION %d beginning: Closing Maps."), tot_parts);
+ G_message(_("SECTION %d: Closing Maps."), tot_parts);
close_array_seg();
}
More information about the grass-commit
mailing list