Skip to content
Snippets Groups Projects
Commit 2274cec5 authored by Markus Blatt's avatar Markus Blatt
Browse files

Cleaned p unused variables.

[[Imported from SVN: r300]]
parent 7a76b97a
No related branches found
No related tags found
No related merge requests found
......@@ -408,9 +408,6 @@ namespace Dune
GlobalIndexIterator gEnd = global->second.end();
IndexIterator index = indexSet.begin();
int gsize = global->second.size();
int rsize = remote->second.first->size();
assert(rIndex==riEnd || gIndex != global->second.end());
while(rIndex != riEnd) {
// Search for the index in the set.
......
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