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

added function getBaseFunctionSet.

[[Imported from SVN: r4089]]
parent 5b4c17eb
No related branches found
No related tags found
No related merge requests found
......@@ -228,6 +228,11 @@ namespace Dune {
localFunc().init(en);
}
const BaseFunctionSetType& getBaseFunctionSet() const
{
return localFunc().getBaseFunctionSet();
}
private:
LocalFunctionWrapper& operator=(const LocalFunctionWrapper);
......
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