Skip to content
Snippets Groups Projects
Commit 104e5aac authored by Gauthier Becker's avatar Gauthier Becker
Browse files

multiSystem works :D

parent 43b5481f
Branches
Tags
No related merge requests found
...@@ -207,7 +207,7 @@ class dofManager : public dofManagerBase{ ...@@ -207,7 +207,7 @@ class dofManager : public dofManagerBase{
unknown[key] = size; unknown[key] = size;
} }
} }
virtual inline void numberDof(std::vector<Dof> &R) virtual inline void numberDof(const std::vector<Dof> &R)
{ {
for(unsigned int i=0;i<R.size();i++) for(unsigned int i=0;i<R.size();i++)
this->numberDof(R[i]); this->numberDof(R[i]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment