Skip to content

Commit

Permalink
convert to range
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Apr 10, 2018
1 parent 405d4e5 commit 08bcd94
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -490,7 +490,7 @@ SWIG_CGAL_python_vector_of_int_typecheck
void stitch_borders(Polyhedron_3_SWIG_wrapper& P,
Halfedge_pair_range hedges)
{
PMP::stitch_borders(P.get_data(), hedges);
PMP::stitch_borders(P.get_data(), CGAL::make_range(hedges));
}
// CGAL::Polygon_mesh_processing::polygon_soup_to_polygon_mesh()
void polygon_soup_to_polygon_mesh(const std::vector<Point_3>& points,
Expand Down

0 comments on commit 08bcd94

Please sign in to comment.