[GRASS-SVN] r46628 - grass/branches/develbranch_6/vector/v.delaunay2

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 8 20:39:28 EDT 2011


Author: neteler
Date: 2011-06-08 17:39:28 -0700 (Wed, 08 Jun 2011)
New Revision: 46628

Modified:
   grass/branches/develbranch_6/vector/v.delaunay2/main.c
Log:
msg fix

Modified: grass/branches/develbranch_6/vector/v.delaunay2/main.c
===================================================================
--- grass/branches/develbranch_6/vector/v.delaunay2/main.c	2011-06-09 00:38:14 UTC (rev 46627)
+++ grass/branches/develbranch_6/vector/v.delaunay2/main.c	2011-06-09 00:39:28 UTC (rev 46628)
@@ -145,11 +145,11 @@
 
     remove_duplicates(&n);
 
-    /* triangulate. */
+    /* triangulate */
     G_verbose_message(_("Delaunay triangulation..."));
     divide(0, n - 1, &l_cw, &r_ccw);
 
-    G_verbose_message(_("writing edges..."));
+    G_verbose_message(_("Writing edges..."));
     output_edges(n, mode3d, Type, Out);
 
     free_memory();



More information about the grass-commit mailing list