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

nix

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