Skip to content
Snippets Groups Projects
Commit 34fc875c authored by Gaetan Bricteux's avatar Gaetan Bricteux
Browse files

oops

parent 5d13ab62
No related branches found
No related tags found
No related merge requests found
...@@ -1296,7 +1296,7 @@ static void elementCutMesh(MElement *e, std::vector<gLevelset *> &RPN, ...@@ -1296,7 +1296,7 @@ static void elementCutMesh(MElement *e, std::vector<gLevelset *> &RPN,
int cR = elements[1].count(lsTag); int cR = elements[1].count(lsTag);
int cP = 0; int cP = 0;
for(std::map<int, std::map<int, std::string> >::iterator it = physicals[1].begin(); for(std::map<int, std::map<int, std::string> >::iterator it = physicals[1].begin();
it != physicals[2].end(); it++) it != physicals[1].end(); it++)
for(std::map<int, std::string>::iterator it2 = it->second.begin(); for(std::map<int, std::string>::iterator it2 = it->second.begin();
it2 != it->second.end(); it2++) it2 != it->second.end(); it2++)
if(it2->first == lsTag) if(it2->first == lsTag)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment