Skip to content
Snippets Groups Projects
Commit cca52850 authored by Adrian Burri's avatar Adrian Burri
Browse files

Adapted to new grid interface

[[Imported from SVN: r2530]]
parent 4d22b743
No related branches found
No related tags found
No related merge requests found
......@@ -119,8 +119,8 @@ namespace Dune {
this->level_ = grid.maxlevel();
// make run through grid
LeafIterator it = grid.leafbegin ( this->level_ );
LeafIterator endit = grid.leafend ( this->level_ );
LeafIterator it = grid.template leafbegin<0> ();
LeafIterator endit = grid.template leafend<0> ();
applyOnGrid( it, endit , arg, dest );
}
else
......
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