copy/paste error

This commit is contained in:
Sébastien Loriot 2022-10-19 13:35:35 +02:00
parent 40c1fdc03d
commit 43c127fdff
1 changed files with 4 additions and 4 deletions

View File

@ -170,7 +170,7 @@ lloyd_optimize_mesh_2(CDT& cdt, const CGAL_NP_CLASS& np = parameters::default_va
typename CGAL_NP_TEMPLATE_PARAMETERS_NO_DEFAULT_2, typename CGAL_NP_TEMPLATE_PARAMETERS_NO_DEFAULT_2,
typename ... NP> typename ... NP>
Mesh_optimization_return_code Mesh_optimization_return_code
perturb_periodic_3_mesh_3(CDT& cdt, lloyd_optimize_mesh_2(CDT& cdt,
const CGAL_NP_CLASS_1& np1, const CGAL_NP_CLASS_1& np1,
const CGAL_NP_CLASS_2& np2, const CGAL_NP_CLASS_2& np2,
const NP& ... nps) const NP& ... nps)