Update Polygon_mesh_processing/benchmark/Polygon_mesh_processing/rotated_cubes_autorefinement.cpp

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

View File

@ -104,7 +104,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);
}