Skip to content
Snippets Groups Projects
Commit 820e1f9e authored by Emilie Marchandise's avatar Emilie Marchandise
Browse files

wss in 3D
parent f148a0fe
No related branches found
No related tags found
No related merge requests found
......@@ -1671,7 +1671,7 @@ static int connectedSurfaces(std::vector<MElement*> &elements,
std::set<MElement*> group;
std::set<MEdge, Less_Edge> touched;
recurConnectMElementsByMEdge(e2e.begin()->first, e2e, group, touched);
printf("group pe %d elements found\n",(int)group.size());
//printf("group pe %d elements found\n",(int)group.size());
std::vector<MElement*> temp;
temp.insert(temp.begin(), group.begin(), group.end());
faces.push_back(temp);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment