[GRASS-SVN] r51093 - grass/trunk/vector/v.delaunay

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Mar 17 16:18:20 EDT 2012


Author: martinl
Date: 2012-03-17 13:18:20 -0700 (Sat, 17 Mar 2012)
New Revision: 51093

Modified:
   grass/trunk/vector/v.delaunay/main.c
Log:
v.delaunay: be less verbose (cosmetics)


Modified: grass/trunk/vector/v.delaunay/main.c
===================================================================
--- grass/trunk/vector/v.delaunay/main.c	2012-03-17 15:27:57 UTC (rev 51092)
+++ grass/trunk/vector/v.delaunay/main.c	2012-03-17 20:18:20 UTC (rev 51093)
@@ -146,7 +146,7 @@
 	G_fatal_error(_("no points to triangulate"));
 	
     /* triangulate */
-    G_message(_("Delaunay triangulation..."));
+    G_verbose_message(_("Delaunay triangulation..."));
     divide(0, n - 1, &l_cw, &r_ccw);
 
     output_edges(n, mode3d, Type, Out);



More information about the grass-commit mailing list