From 4cd04080b32bd2b234a48fcbf4aba30f78852af3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 11 Jun 2024 09:08:33 +0200 Subject: [PATCH] forward the visitor --- .../include/CGAL/Polygon_mesh_processing/clip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/clip.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/clip.h index 4bf915c3aed4..e2e7d75e7fcb 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/clip.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/clip.h @@ -938,7 +938,7 @@ void split(TriangleMesh& tm, const bool do_not_modify_splitter = choose_parameter(get_parameter(np_s, internal_np::do_not_modify), false); PMP::corefine(tm, splitter, - CGAL::parameters::vertex_point_map(vpm_tm).edge_is_constrained_map(ecm), + CGAL::parameters::vertex_point_map(vpm_tm).edge_is_constrained_map(ecm).visitor(uv), CGAL::parameters::vertex_point_map(vpm_s).do_not_modify(do_not_modify_splitter)); //split mesh along marked edges