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

add macroscopic computation by mat condensation

parent 688ffb56
Branches
Tags
No related merge requests found
...@@ -548,7 +548,7 @@ class dofManager{ ...@@ -548,7 +548,7 @@ class dofManager{
} }
} }
int getDofNumber(Dof& key){ int getDofNumber(const Dof& key){
std::map<Dof,int>::iterator it = unknown.find(key); std::map<Dof,int>::iterator it = unknown.find(key);
if (it == unknown.end()) { if (it == unknown.end()) {
return -1; return -1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment