[GRASS-SVN] r31406 - grass/trunk/vector/v.voronoi

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 18 01:02:37 EDT 2008


Author: neteler
Date: 2008-05-18 01:02:37 -0400 (Sun, 18 May 2008)
New Revision: 31406

Modified:
   grass/trunk/vector/v.voronoi/dt_main.c
Log:
percentage output (merge from devel_branch6)

Modified: grass/trunk/vector/v.voronoi/dt_main.c
===================================================================
--- grass/trunk/vector/v.voronoi/dt_main.c	2008-05-18 05:01:35 UTC (rev 31405)
+++ grass/trunk/vector/v.voronoi/dt_main.c	2008-05-18 05:02:37 UTC (rev 31406)
@@ -105,6 +105,7 @@
 
   /* initialize working region */
   G_get_window (&Window);
+  G_percent(0, 100, 1);
   Vect_region_box ( &Window, &Box );
 
   freeinit(&sfl, sizeof *sites);
@@ -129,6 +130,7 @@
       double x, y, z, angle, slope;
       int ret;
 
+      G_percent(area, nareas, 2);
       Vect_reset_line ( Points );
       Vect_reset_cats ( Cats );
       



More information about the grass-commit mailing list