mirror of https://github.com/CGAL/cgal
Merge pull request #983 from lrineau/Mesh_3-fix_test_meshing_3D_gray_image-lrineau
Fix a test
This commit is contained in:
commit
dbb2be1462
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue