Fix never trying again a user-rejected cap

This commit is contained in:
Mael Rouxel-Labbé 2024-12-07 23:29:04 +01:00
parent eb5ff9b33e
commit a4cb48a145
1 changed files with 2 additions and 1 deletions

View File

@ -1011,6 +1011,7 @@ bool remove_almost_degenerate_faces(const FaceRange& face_range,
#ifdef CGAL_PMP_DEBUG_REMOVE_DEGENERACIES_EXTRA
std::cout << "\t Flipping prevented: rejected by user functor" << std::endl;
#endif
next_edges_to_flip.insert(h);
continue;
}