[GRASS-SVN] r57836 - grass-addons/grass7/vector/v.centerpoint
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Sep 25 01:35:18 PDT 2013
Author: mmetz
Date: 2013-09-25 01:35:18 -0700 (Wed, 25 Sep 2013)
New Revision: 57836
Modified:
grass-addons/grass7/vector/v.centerpoint/lines.c
Log:
v.centerpoint: fix typo
Modified: grass-addons/grass7/vector/v.centerpoint/lines.c
===================================================================
--- grass-addons/grass7/vector/v.centerpoint/lines.c 2013-09-25 08:34:17 UTC (rev 57835)
+++ grass-addons/grass7/vector/v.centerpoint/lines.c 2013-09-25 08:35:18 UTC (rev 57836)
@@ -174,7 +174,7 @@
lastdist2all = -1;
- G_debug(3, "Approximating geometric median...", );
+ G_debug(3, "Approximating geometric median...");
for (iter = 0; iter < maxiter; iter++) {
More information about the grass-commit
mailing list