소스 검색

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 년 전
부모
커밋
a7d0d33d3a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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