mirror of https://github.com/CGAL/cgal
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:
parent
9d14651328
commit
c53223576f
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue