浏览代码

Vlib: Vect_break_lines(), bug has been fixed

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55797 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 12 年之前
父节点
当前提交
15f7436e1b
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      lib/vector/Vlib/break_lines.c

+ 0 - 1
lib/vector/Vlib/break_lines.c

@@ -320,7 +320,6 @@ int break_lines(struct Map_info *Map, struct ilist *List_break,
 		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)) {