From 4434b50407c7c51a73a020c358a23e8b2e99062c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Fri, 17 Mar 2017 12:51:43 +0100 Subject: [PATCH] Modified the parameters of a call to init_C3T3 --- Periodic_3_mesh_3/include/CGAL/make_periodic_mesh_3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Periodic_3_mesh_3/include/CGAL/make_periodic_mesh_3.h b/Periodic_3_mesh_3/include/CGAL/make_periodic_mesh_3.h index 06b21adcb7d..cbff43e612e 100644 --- a/Periodic_3_mesh_3/include/CGAL/make_periodic_mesh_3.h +++ b/Periodic_3_mesh_3/include/CGAL/make_periodic_mesh_3.h @@ -322,7 +322,7 @@ void make_periodic_mesh_3_impl(C3T3& c3t3, // a planar curve as feature for example), add some surface points //if ( c3t3.triangulation().dimension() != 3 ) { - internal::Mesh_3::init_c3t3(c3t3, domain, criteria); + internal::Mesh_3::init_c3t3(c3t3, domain, criteria, 12); } CGAL_assertion( c3t3.triangulation().dimension() == 3 );