Skip to content
Snippets Groups Projects
Commit bdcdc39c authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

oops

parent fc7161e7
Branches
Tags
No related merge requests found
......@@ -1162,7 +1162,6 @@ void insertVerticesInRegion (GRegion *gr, int maxVert, bool _classify)
if (iti == vSizesMap.end() || iti->second > l) vSizesMap[vi] = l;
if (itj == vSizesMap.end() || itj->second > l) vSizesMap[vj] = l;
}
++it;
}
for(GModel::fiter it = gr->model()->firstFace(); it != gr->model()->lastFace(); ++it){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment