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

added number of holes.

[[Imported from SVN: r4237]]
parent 0256d0c2
No related branches found
No related tags found
No related merge requests found
......@@ -51,10 +51,10 @@ namespace Dune {
return asImp().numDofs();
}
//! returns true if index is new ( for dof compress )
bool indexIsNew (int num) const
//! return number of holes in the data
int numberOfHoles() const
{
return asImp().indexIsNew(num);
return asImp().numberOfHoles();
}
//! return old index in dof array of given index ( for dof compress )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment