Skip to content
Snippets Groups Projects
Commit e73fdfae authored by Van Dung Nguyen's avatar Van Dung Nguyen
Browse files

change name

parent e08b61eb
No related branches found
No related tags found
No related merge requests found
...@@ -250,7 +250,7 @@ class dofManager : public dofManagerBase{ ...@@ -250,7 +250,7 @@ class dofManager : public dofManagerBase{
return false; return false;
} }
virtual inline void getFixedDof(Dof key, dataVec& val) const{ virtual inline void getFixedDofValue(Dof key, dataVec& val) const{
typename std::map<Dof, dataVec>::const_iterator it = fixed.find(key); typename std::map<Dof, dataVec>::const_iterator it = fixed.find(key);
if (it != fixed.end()) { if (it != fixed.end()) {
val = it->second; val = it->second;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment