update marks on removed edges

This commit is contained in:
Sébastien Loriot 2019-06-27 08:44:46 +02:00
parent 056e846e0d
commit df9a63b2b4
1 changed files with 6 additions and 0 deletions

View File

@ -560,9 +560,15 @@ public:
++epp_it;
}
BOOST_FOREACH(edge_descriptor ed, inter_edges_to_remove1)
{
put(marks_on_input_edges.ecm1, ed, false);
intersection_edges1.erase(ed);
}
BOOST_FOREACH(edge_descriptor ed, inter_edges_to_remove2)
{
put(marks_on_input_edges.ecm2, ed, false);
intersection_edges2.erase(ed);
}
// (1) Assign a patch id to each facet indicating in which connected
// component limited by intersection edges of the surface they are.