From 04c605cd2c58a2d0bf28440125abfb247ea2550e Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Thu, 26 May 2016 11:53:35 +0200 Subject: [PATCH] don't run perturb() and exude() in the surface example perturb and exude are based on quality of dihedral angles so it makes no sense to run them in this case --- Mesh_3/examples/Mesh_3/remesh_polyhedral_surface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mesh_3/examples/Mesh_3/remesh_polyhedral_surface.cpp b/Mesh_3/examples/Mesh_3/remesh_polyhedral_surface.cpp index 2ea83eded2e..709107bff02 100644 --- a/Mesh_3/examples/Mesh_3/remesh_polyhedral_surface.cpp +++ b/Mesh_3/examples/Mesh_3/remesh_polyhedral_surface.cpp @@ -50,7 +50,7 @@ int main() facet_distance = 0.001); // Mesh generation - C3t3 c3t3 = CGAL::make_mesh_3(domain, criteria); + C3t3 c3t3 = CGAL::make_mesh_3(domain, criteria, no_perturb(), no_exude()); // Output the facets of the c3t3 to an OFF file. The facets will not be // oriented.