Skip to content
Snippets Groups Projects
Commit e039dd71 authored by Mario Ohlberger's avatar Mario Ohlberger
Browse files

call of size() corrected to work with the indexset interface

[[Imported from SVN: r2978]]
parent 3fba3c9c
No related branches found
No related tags found
No related merge requests found
......@@ -333,8 +333,8 @@ namespace Dune
{
const GridType & grid = (*grditer_)->getGrid();
maxlevel = std::max( maxlevel, grid.maxlevel());
noe += grid.leafIndexSet().size(0);
nov += grid.leafIndexSet().size(dim);
noe += grid.leafIndexSet().size(0,unknown);
nov += grid.leafIndexSet().size(dim,unknown);
}
hel_.display = (void *) this;
......
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