Selaa lähdekoodia

Vlib: speed up Vect_remove_duplicates

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@56000 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 12 vuotta sitten
vanhempi
commit
a7d0d33d3a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      lib/vector/Vlib/remove_duplicates.c

+ 1 - 1
lib/vector/Vlib/remove_duplicates.c

@@ -203,7 +203,7 @@ void Vect_remove_duplicates(struct Map_info *Map, int type, struct Map_info *Err
    \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