Update Polygon_mesh_processing/benchmark/Polygon_mesh_processing/coplanar_cubes_autorefinement.cpp

Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
This commit is contained in:
lvalque 2025-05-12 11:28:11 +02:00 committed by GitHub
parent c53223576f
commit d4626c8fa2
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ int main(int argc, char** argv)
bool success=PMP::autorefine_triangle_soup(points, faces, CGAL::parameters::apply_iterative_snap_rounding(true).erase_all_duplicates(true).concurrency_tag(CGAL::Parallel_if_available_tag()));
t.stop();
if(!success){
std::cout << "Round failed" << std::endl;
std::cout << "Rounding failed" << std::endl;
exit(0);
}