Skip to content
Snippets Groups Projects
Commit 6ed3eb33 authored by Laurent Van Migroet's avatar Laurent Van Migroet
Browse files

error compilation msvc

parent cf0883ea
No related branches found
No related tags found
No related merge requests found
......@@ -467,7 +467,7 @@ static void connectedRegions (std::vector<MElement*> &elements,
std::vector<MElement*> temp;
temp.insert(temp.begin(), group.begin(), group.end());
regions.push_back(temp);
for ( std::set<MEdge>::iterator it = touched.begin() ; it != touched.end();++it)
for ( std::set<MEdge,Less_Edge>::iterator it = touched.begin() ; it != touched.end();++it)
e2e.erase(*it);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment