mirror of https://github.com/CGAL/cgal
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:
parent
9990bfcb52
commit
04c605cd2c
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue