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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Apr 14 15:03:36 PDT 2013


Author: mmetz
Date: 2013-04-14 15:03:35 -0700 (Sun, 14 Apr 2013)
New Revision: 55797

Modified:
   grass/trunk/lib/vector/Vlib/break_lines.c
Log:
Vlib: Vect_break_lines(), bug has been fixed

Modified: grass/trunk/lib/vector/Vlib/break_lines.c
===================================================================
--- grass/trunk/lib/vector/Vlib/break_lines.c	2013-04-14 22:01:12 UTC (rev 55796)
+++ grass/trunk/lib/vector/Vlib/break_lines.c	2013-04-14 22:03:35 UTC (rev 55797)
@@ -320,7 +320,6 @@
 		continue;
 
 	    /* check intersection of aline with bline only once */
-	    /* disable to debug the bug in Vect_line_intersection() */
 	    if (break_a && break_b &&
 	        aline > bline &&
 		(!List_ref || b_is_ref)) {



More information about the grass-commit mailing list