add a first use of the non_manifold() parameter

This commit is contained in:
Jane Tournois 2017-09-19 16:05:21 +02:00
parent f4c8415dca
commit cab7590ea2
1 changed files with 3 additions and 1 deletions

View File

@ -97,7 +97,9 @@ public:
C3t3 c3t3 = CGAL::make_mesh_3<C3t3>(domain, criteria,
no_perturb(),
no_exude(),
mesh_3_options(number_of_initial_points = 30));
mesh_3_options(number_of_initial_points = 30),
non_manifold()
);
// Verify
this->verify_c3t3_volume(c3t3, 1236086 * 0.95, 1236086 * 1.05);