[GRASS-SVN] r56000 - grass/trunk/lib/vector/Vlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Apr 25 16:31:19 PDT 2013
Author: mmetz
Date: 2013-04-25 16:31:18 -0700 (Thu, 25 Apr 2013)
New Revision: 56000
Modified:
grass/trunk/lib/vector/Vlib/remove_duplicates.c
Log:
Vlib: speed up Vect_remove_duplicates
Modified: grass/trunk/lib/vector/Vlib/remove_duplicates.c
===================================================================
--- grass/trunk/lib/vector/Vlib/remove_duplicates.c 2013-04-25 23:29:30 UTC (rev 55999)
+++ grass/trunk/lib/vector/Vlib/remove_duplicates.c 2013-04-25 23:31:18 UTC (rev 56000)
@@ -203,7 +203,7 @@
\brief Check for duplicate lines
Note that lines must be pruned with Vect_line_prune() before passed
- to Vect_line_check_duplicate()
+ to Vect_line_check_duplicate(), as done by Vect_remove_duplicates()
\param APoints first line geometry
\param BPoints second line geometry
More information about the grass-commit
mailing list