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

No commit message

No commit message
parent c1d671e9
No related branches found
No related tags found
No related merge requests found
......@@ -359,8 +359,8 @@ class dofManager : public dofManagerBase{
}
virtual inline void sparsityDof(const std::vector<Dof> &keys){
for (int itR=0; itR< keys.size(); itR++){
for (int itC=0; itC<keys.size(); itC++){
for (unsigned int itR=0; itR< keys.size(); itR++){
for (unsigned int itC=0; itC<keys.size(); itC++){
insertInSparsityPattern(keys[itR],keys[itC]);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment