mirror of https://github.com/CGAL/cgal
Do not use optimizers
This commit is contained in:
parent
05699de667
commit
73e35f2ff8
|
|
@ -62,7 +62,8 @@ int main(int argc, char*argv[])
|
|||
cell_radius_edge_ratio = 3, cell_size = 0.05);
|
||||
|
||||
// Mesh generation
|
||||
C3t3 c3t3 = CGAL::make_mesh_3<C3t3>(domain, criteria);
|
||||
C3t3 c3t3 = CGAL::make_mesh_3<C3t3>(domain, criteria,
|
||||
no_perturb(), no_exude());
|
||||
|
||||
std::cerr << t.time() << " sec." << std::endl;
|
||||
// Output
|
||||
|
|
|
|||
Loading…
Reference in New Issue