[GRASS-SVN] r71694 - grass/trunk/vector/v.segment

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 12 05:02:15 PST 2017


Author: mlennert
Date: 2017-11-12 05:02:15 -0800 (Sun, 12 Nov 2017)
New Revision: 71694

Modified:
   grass/trunk/vector/v.segment/main.c
Log:
v.segment: erase old code left after r71691

Modified: grass/trunk/vector/v.segment/main.c
===================================================================
--- grass/trunk/vector/v.segment/main.c	2017-11-12 13:02:07 UTC (rev 71693)
+++ grass/trunk/vector/v.segment/main.c	2017-11-12 13:02:15 UTC (rev 71694)
@@ -238,8 +238,6 @@
 	    Vect_cat_set(SCats, 1, id);
 
 	    if (fabs(side_offset) > 0.0) {
-		/*Vect_line_parallel(SPoints, side_offset, side_offset / 10.,
-				   TRUE, PlPoints);*/
 		Vect_line_parallel2(SPoints, side_offset, side_offset,
 				   0.0, 1, FALSE, side_offset / 10.,
 				   PlPoints);



More information about the grass-commit mailing list