Skip to content
Snippets Groups Projects
Commit 02a7999a authored by Éric Béchet's avatar Éric Béchet
Browse files

nix

parent 72385ad2
No related branches found
No related tags found
No related merge requests found
......@@ -315,15 +315,6 @@ class CompositeFunctionSpace : public FunctionSpace<T>
return ndofs;
}
virtual int getKeys(MElement *ele, Dof *keys)
{
Dof *kptr=keys;
for (iterFS it=_spaces.begin(); it!=_spaces.end();++it)
{
(*it)->getKeys(ele,kptr);
kptr+=(*it)->getNumKeys(ele);
}
}
virtual int getKeys(MElement *ele, std::vector<Dof> &keys)
{
for (iterFS it=_spaces.begin(); it!=_spaces.end();++it)
......
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