Skip to content
Snippets Groups Projects
Commit ce795231 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

use blossom by default if it's available

parent 2d3e64b2
No related branches found
No related tags found
No related merge requests found
......@@ -1227,7 +1227,11 @@ StringXNumber MeshOptions_Number[] = {
{ F|O, "RandomFactor" , opt_mesh_rand_factor , 1.e-9 ,
"Random factor used in the 2D meshing algorithm (should be increased if "
"RandomFactor * size(triangle)/size(model) approaches machine accuracy)" },
#if defined(HAVE_BLOSSOM)
{ F|O, "RecombinationAlgorithm" , opt_mesh_algo_recombine , 1 ,
#else
{ F|O, "RecombinationAlgorithm" , opt_mesh_algo_recombine , 0 ,
#endif
"Mesh recombination algorithm (0=standard, 1=blossom)" },
{ F|O, "RecombineAll" , opt_mesh_recombine_all , 0 ,
"Apply recombination algorithm to all surfaces, ignoring per-surface spec" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment