Skip to content
Snippets Groups Projects
Commit f32b5f29 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

also check all level index sets.

[[Imported from SVN: r3136]]
parent 870d6487
No related branches found
No related tags found
No related merge requests found
...@@ -918,4 +918,7 @@ void gridcheck (Grid &g) ...@@ -918,4 +918,7 @@ void gridcheck (Grid &g)
#warning assertNeighbor disabled for AluGrid #warning assertNeighbor disabled for AluGrid
#endif #endif
Dune::checkIndexSet (g,g.leafIndexSet(), Dune::dvverb); Dune::checkIndexSet (g,g.leafIndexSet(), Dune::dvverb);
for(int lvl = 0; lvl <= g.maxLevel () ; lvl ++ )
Dune::checkIndexSet (g,g.levelIndexSet(lvl), Dune::dvverb);
}; };
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