Use systematically the non-linear growth of balls in the 3D demo

This commit is contained in:
Laurent Rineau 2020-10-23 13:53:03 +02:00
parent 19fa64fdca
commit def457e261
1 changed files with 1 additions and 2 deletions

View File

@ -243,8 +243,7 @@ initialize(const Mesh_criteria& criteria, Mesh_fnt::Domain_tag)
criteria,
p_.protect_features,
p::mesh_3_options(p::pointer_to_stop_atomic_boolean = &stop_,
p::nonlinear_growth_of_balls =
p_.use_sizing_field_with_aabb_tree));
p::nonlinear_growth_of_balls = true));
}
template < typename D_, typename Tag >