Remove duplicate default initialization of dynamic pmap

This commit is contained in:
Mael Rouxel-Labbé 2019-07-03 11:55:54 +02:00
parent 4d7192bbd0
commit 652fa7a2fa
1 changed files with 0 additions and 3 deletions

View File

@ -107,9 +107,6 @@ public:
void mark_border_vertices(const VCMap vcmap, const Face_graph& pmesh) const
{
for(vertex_descriptor v : vertices(pmesh))
put(vcmap, v, false);
for(halfedge_descriptor h : halfedges(pmesh))
{
if(CGAL::is_border(h, pmesh))