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

fix compile

parent 178b4a78
No related branches found
No related tags found
No related merge requests found
...@@ -1327,9 +1327,8 @@ bool checkMeshCompound(GFaceCompound *gf, std::list<GEdge*> &edges) ...@@ -1327,9 +1327,8 @@ bool checkMeshCompound(GFaceCompound *gf, std::list<GEdge*> &edges)
} }
edges.clear(); edges.clear();
edges.insert(edges.begin(), mySet.begin(), mySet.end()); edges.insert(edges.begin(), mySet.begin(), mySet.end());
return isMeshed;
#endif #endif
return isMeshed;
} }
void partitionAndRemesh(GFaceCompound *gf) void partitionAndRemesh(GFaceCompound *gf)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment