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

change of size methods in index sets, now call size with codim argument.

[[Imported from SVN: r4228]]
parent 391732c7
No related branches found
No related tags found
No related merge requests found
......@@ -623,11 +623,8 @@ namespace Dune
maxlevel = grid_.maxLevel();
for(unsigned int i=0; i<leafset_.geomTypes(0).size(); i++)
{
noe += leafset_.size(0,leafset_.geomTypes(0)[i]);
nov += leafset_.size(dim,leafset_.geomTypes(dim)[i]);
}
noe = leafset_.size(0);
nov = leafset_.size(dim);
hel_.display = (void *) this;
hel_.liter = NULL;
......
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