[GRASS-SVN] r42289 - grass/trunk/raster/r.to.vect
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue May 18 06:52:52 EDT 2010
Author: martinl
Date: 2010-05-18 06:52:52 -0400 (Tue, 18 May 2010)
New Revision: 42289
Modified:
grass/trunk/raster/r.to.vect/areas.c
Log:
r.to.vect: remove redundant G_percent()
Modified: grass/trunk/raster/r.to.vect/areas.c
===================================================================
--- grass/trunk/raster/r.to.vect/areas.c 2010-05-18 10:49:36 UTC (rev 42288)
+++ grass/trunk/raster/r.to.vect/areas.c 2010-05-18 10:52:52 UTC (rev 42289)
@@ -136,9 +136,7 @@
row++;
}
-
- G_percent(row, n_rows, 2);
-
+
write_area(a_list, e_list, area_num, n_equiv);
G_free(a_list);
More information about the grass-commit
mailing list