Skip to content
Snippets Groups Projects
Commit 0882e092 authored by Rebecca Neumann's avatar Rebecca Neumann
Browse files

use right process ids, otherwise the new remote index sets are not consistent

[[Imported from SVN: r6440]]
parent 5ee92426
No related branches found
No related tags found
No related merge requests found
......@@ -1143,7 +1143,7 @@ namespace Dune
}
}else{
sourceAttributeList.push_back(std::make_pair(source,Attribute(attribute)));
sourceAttributeList.push_back(std::make_pair(process,Attribute(attribute)));
}
}
assert(foundSelf);
......
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