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

forgot to commit this

parent e1f13e47
No related branches found
No related tags found
No related merge requests found
......@@ -115,6 +115,9 @@ PView *GMSH_CrackPlugin::execute(PView *view)
for(int j = 0; j < crackElements[i]->getNumVertices(); j++){
MVertex *v = crackElements[i]->getVertex(j);
crackVertices.insert(v);
}
for(int j = 0; j < crackElements[i]->getNumPrimaryVertices(); j++){
MVertex *v = crackElements[i]->getVertex(j);
if(bndVertices.find(v) == bndVertices.end())
bndVertices.insert(v);
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment