mirror of https://github.com/CGAL/cgal
Fix a test
One cannot run `make_mesh_3` without `no_exude()`, and then use `verify_c3t3`, that runs `refine_mesh_3`.
This commit is contained in:
parent
621e16ed41
commit
93da6c958c
|
|
@ -100,6 +100,8 @@ public:
|
||||||
|
|
||||||
// Mesh generation
|
// Mesh generation
|
||||||
C3t3 c3t3 = CGAL::make_mesh_3<C3t3>(domain, criteria,
|
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));
|
||||||
|
|
||||||
// Verify
|
// Verify
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue