Add const marker

Co-Authored-By: Sebastien Loriot <sloriot.ml@gmail.com>
This commit is contained in:
Mael
2019-08-22 09:03:01 +02:00
committed by GitHub
co-authored by Sebastien Loriot
parent 799916d7c5
commit d2349066af
@@ -566,7 +566,7 @@ std::size_t stitch_boundary_cycle(const typename boost::graph_traits<PolygonMesh
// not everything is always stitchable
std::set<halfedge_descriptor> unstitchable_halfedges;
halfedge_descriptor null_h = boost::graph_traits<PolygonMesh>::null_halfedge();
const halfedge_descriptor null_h = boost::graph_traits<PolygonMesh>::null_halfedge();
halfedge_descriptor bh = h;
for(;;) // until there is nothing to stitch anymore
{