[GRASS-SVN] r70787 - grass/trunk/lib/vector/Vlib

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Mar 21 14:28:25 PDT 2017


Author: mmetz
Date: 2017-03-21 14:28:25 -0700 (Tue, 21 Mar 2017)
New Revision: 70787

Modified:
   grass/trunk/lib/vector/Vlib/intersect.c
Log:
vectorlib: remove duplicate comment

Modified: grass/trunk/lib/vector/Vlib/intersect.c
===================================================================
--- grass/trunk/lib/vector/Vlib/intersect.c	2017-03-21 21:03:48 UTC (rev 70786)
+++ grass/trunk/lib/vector/Vlib/intersect.c	2017-03-21 21:28:25 UTC (rev 70787)
@@ -130,8 +130,6 @@
 
     /*  'Sort' each segment by x, y 
      *   MUST happen before D, D1, D2 are calculated */
-    /*  'Sort' each segment by x, y 
-     *   MUST happen before D, D1, D2 are calculated */
     switched = 0;
     if (bx2 < bx1)
 	switched = 1;



More information about the grass-commit mailing list