mirror of https://github.com/CGAL/cgal
add a first use of the non_manifold() parameter
This commit is contained in:
parent
f4c8415dca
commit
cab7590ea2
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue