Skip to content
Snippets Groups Projects
Commit 96cc8f80 authored by Jonathan Youett's avatar Jonathan Youett
Browse files

Explicitely unset oldCritical in case the mmg is reused

parent 3ade5e94
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,7 @@ public: ...@@ -43,6 +43,7 @@ public:
{ {
Base::setProblem(mat,x,rhs); Base::setProblem(mat,x,rhs);
oldCritical.resize(x.size(), false); oldCritical.resize(x.size(), false);
oldCritical.unsetAll();
} }
virtual void iterate(); virtual void iterate();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment