Modified the parameters of a call to init_C3T3

This commit is contained in:
Mael Rouxel-Labbé 2017-03-17 12:51:43 +01:00
parent d2fb6cf273
commit 4434b50407
1 changed files with 1 additions and 1 deletions

View File

@ -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 );