Forgot a type

This commit is contained in:
Nico Kruithof 2006-07-03 07:40:10 +00:00
parent 8276598d4b
commit fff18dbc49
1 changed files with 1 additions and 1 deletions

View File

@ -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)) {