From fff18dbc49952b7c96e15aa1e89d84961bb846d4 Mon Sep 17 00:00:00 2001 From: Nico Kruithof Date: Mon, 3 Jul 2006 07:40:10 +0000 Subject: [PATCH] Forgot a type --- Skin_surface_3/include/CGAL/triangulate_mixed_complex_3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Skin_surface_3/include/CGAL/triangulate_mixed_complex_3.h b/Skin_surface_3/include/CGAL/triangulate_mixed_complex_3.h index c530078da4d..000f47d475e 100644 --- a/Skin_surface_3/include/CGAL/triangulate_mixed_complex_3.h +++ b/Skin_surface_3/include/CGAL/triangulate_mixed_complex_3.h @@ -1082,7 +1082,7 @@ remove_small_edges() Tmc_Vertex_handle vh, vh_collapse_to; Tmc_Finite_vertices_iterator vit = _tmc.finite_vertices_begin(); int nCollapsed=0; - while (vit != _tmc.finite_vertices_end()) { + while (Tmc_Finite_vertices_iterator vit != _tmc.finite_vertices_end()) { vh = vit; vit++; if (is_collapsible(vh, vh_collapse_to,sq_length)) {