mirror of https://github.com/CGAL/cgal
Remove duplicate default initialization of dynamic pmap
This commit is contained in:
parent
4d7192bbd0
commit
652fa7a2fa
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in New Issue