mirror of https://github.com/CGAL/cgal
Fix never trying again a user-rejected cap
This commit is contained in:
parent
eb5ff9b33e
commit
a4cb48a145
|
|
@ -1011,6 +1011,7 @@ bool remove_almost_degenerate_faces(const FaceRange& face_range,
|
||||||
#ifdef CGAL_PMP_DEBUG_REMOVE_DEGENERACIES_EXTRA
|
#ifdef CGAL_PMP_DEBUG_REMOVE_DEGENERACIES_EXTRA
|
||||||
std::cout << "\t Flipping prevented: rejected by user functor" << std::endl;
|
std::cout << "\t Flipping prevented: rejected by user functor" << std::endl;
|
||||||
#endif
|
#endif
|
||||||
|
next_edges_to_flip.insert(h);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue