Explorar el Código

new cleaning tool, header

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@37788 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz hace 16 años
padre
commit
cbed655c1d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      include/Vect.h

+ 1 - 0
include/Vect.h

@@ -317,6 +317,7 @@ int Vect_point_in_island(double, double, const struct Map_info *, int);
 void Vect_break_lines(struct Map_info *, int, struct Map_info *);
 int Vect_break_lines_list(struct Map_info *, struct ilist *, struct ilist *,
 			  int, struct Map_info *);
+int Vect_merge_lines(struct Map_info *, int, int *, struct Map_info *);
 void Vect_break_polygons(struct Map_info *, int, struct Map_info *);
 void Vect_remove_duplicates(struct Map_info *, int, struct Map_info *);
 int Vect_line_check_duplicate(const struct line_pnts *,