[GRASS-SVN] r36495 - grass/trunk/lib/vector/Vlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Mar 27 09:39:48 EDT 2009
Author: mmetz
Date: 2009-03-27 09:39:47 -0400 (Fri, 27 Mar 2009)
New Revision: 36495
Modified:
grass/trunk/lib/vector/Vlib/break_lines.c
Log:
added comment to break_lines
Modified: grass/trunk/lib/vector/Vlib/break_lines.c
===================================================================
--- grass/trunk/lib/vector/Vlib/break_lines.c 2009-03-27 13:38:24 UTC (rev 36494)
+++ grass/trunk/lib/vector/Vlib/break_lines.c 2009-03-27 13:39:47 UTC (rev 36495)
@@ -101,6 +101,7 @@
/* TODO: It seems that lines/boundaries are not broken at intersections
* with points/centroids. Check if true, if yes, skip GV_POINTS
+ */
/* To find intersection of two lines (Vect_line_intersection) is quite slow.
* Fortunately usual lines/boundaries in GIS often forms a network where lines
More information about the grass-commit
mailing list