Skip to content

Commit

Permalink
collect face_patch_map via named parameters
Browse files Browse the repository at this point in the history
(bug fix)
  • Loading branch information
janetournois committed Dec 20, 2024
1 parent 3fa3568 commit 13aa60a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ surface_Delaunay_remeshing(const TriangleMesh& tmesh,
CGAL::parameters::no_exude());

TriangleMeshOut out;
CGAL::facets_in_complex_3_to_triangle_mesh(c3t3, out);
CGAL::facets_in_complex_3_to_triangle_mesh(c3t3, out, np);
return out;
}

Expand Down

0 comments on commit 13aa60a

Please sign in to comment.