diff --git a/Mesh_3/examples/Mesh_3/two.cpp b/Mesh_3/examples/Mesh_3/two.cpp index b0016bc9d8a..4b9cd5b55ac 100644 --- a/Mesh_3/examples/Mesh_3/two.cpp +++ b/Mesh_3/examples/Mesh_3/two.cpp @@ -62,7 +62,8 @@ int main(int argc, char*argv[]) cell_radius_edge_ratio = 3, cell_size = 0.05); // Mesh generation - C3t3 c3t3 = CGAL::make_mesh_3(domain, criteria); + C3t3 c3t3 = CGAL::make_mesh_3(domain, criteria, + no_perturb(), no_exude()); std::cerr << t.time() << " sec." << std::endl; // Output