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:
Laurent Rineau 2016-04-04 15:49:07 +02:00
parent 621e16ed41
commit 93da6c958c
1 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,8 @@ public:
// Mesh generation
C3t3 c3t3 = CGAL::make_mesh_3<C3t3>(domain, criteria,
no_perturb(),
no_exude(),
mesh_3_options(number_of_initial_points = 30));
// Verify