[GRASS-SVN] r57998 - grass/trunk/vector/v.voronoi
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Oct 14 10:37:37 PDT 2013
Author: glynn
Date: 2013-10-14 10:37:37 -0700 (Mon, 14 Oct 2013)
New Revision: 57998
Modified:
grass/trunk/vector/v.voronoi/main.c
Log:
Fix bug in r57996
Modified: grass/trunk/vector/v.voronoi/main.c
===================================================================
--- grass/trunk/vector/v.voronoi/main.c 2013-10-14 16:10:04 UTC (rev 57997)
+++ grass/trunk/vector/v.voronoi/main.c 2013-10-14 17:37:37 UTC (rev 57998)
@@ -324,7 +324,7 @@
if (!(type & GV_POINTS))
continue;
- if (!skeleton)
+ if (!skeleton) {
if (!Vect_point_in_box(Points->x[0], Points->y[0], 0.0, &Box))
continue;
More information about the grass-commit
mailing list