From def457e2616d1a9b84a11ca18b9d0b53808bc1c7 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Fri, 23 Oct 2020 13:53:03 +0200 Subject: [PATCH] Use systematically the non-linear growth of balls in the 3D demo --- Polyhedron/demo/Polyhedron/Plugins/Mesh_3/Mesh_function.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Polyhedron/demo/Polyhedron/Plugins/Mesh_3/Mesh_function.h b/Polyhedron/demo/Polyhedron/Plugins/Mesh_3/Mesh_function.h index 9c3606a8405..43b1bbadf12 100644 --- a/Polyhedron/demo/Polyhedron/Plugins/Mesh_3/Mesh_function.h +++ b/Polyhedron/demo/Polyhedron/Plugins/Mesh_3/Mesh_function.h @@ -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 >