Skip to content

Commit

Permalink
Merge pull request CGAL#8276 from sloriot/PMP-split_visitor_fwd
Browse files Browse the repository at this point in the history
Forward the visitor for split
  • Loading branch information
lrineau committed Jun 13, 2024
2 parents 7bb93ea + 4cd0408 commit 14bdf9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14bdf9b

Please sign in to comment.