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
This commit is contained in:
Jane Tournois 2016-05-26 11:53:35 +02:00
parent 9990bfcb52
commit 04c605cd2c
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ int main()
facet_distance = 0.001);
// Mesh generation
C3t3 c3t3 = CGAL::make_mesh_3<C3t3>(domain, criteria);
C3t3 c3t3 = CGAL::make_mesh_3<C3t3>(domain, criteria, no_perturb(), no_exude());
// Output the facets of the c3t3 to an OFF file. The facets will not be
// oriented.