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

*** empty log message ***

parent 6ee6a598
No related branches found
No related tags found
No related merge requests found
...@@ -1711,6 +1711,7 @@ bool smoothInternalEdgesb(GFace *gf, edgeContainer &edgeVertices) ...@@ -1711,6 +1711,7 @@ bool smoothInternalEdgesb(GFace *gf, edgeContainer &edgeVertices)
for(edge2tris::iterator it = e2t.begin(); it != e2t.end(); ++it){ for(edge2tris::iterator it = e2t.begin(); it != e2t.end(); ++it){
curvilinearEdgeSwap (gf,edgeVertices,it,e2t); curvilinearEdgeSwap (gf,edgeVertices,it,e2t);
} }
return true;
} }
bool smoothInternalEdges(GFace *gf, edgeContainer &edgeVertices) bool smoothInternalEdges(GFace *gf, edgeContainer &edgeVertices)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment