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

msvc const_iterator

parent 8f437d5c
Branches
Tags
No related merge requests found
......@@ -105,8 +105,8 @@ class FilterElementsCutByLevelSet
virtual bool operator () (Dof & key) const
{
std::set<int>::iterator it1;
std::set<int>::iterator it2;
std::set<int>::const_iterator it1;
std::set<int>::const_iterator it2;
int i1,i2;
Dof::getTwoIntsFromType(key.getType(), i1,i2);
it2 = _EnrichComp->find(i1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment