Skip to content
Snippets Groups Projects
Commit 8c907ce1 authored by Jean-François Remacle's avatar Jean-François Remacle
Browse files

No commit message

No commit message
parent 62179813
Branches
Tags
No related merge requests found
...@@ -733,7 +733,7 @@ void highOrderSmoother::smooth_cavity(std::vector<MElement*>& cavity, ...@@ -733,7 +733,7 @@ void highOrderSmoother::smooth_cavity(std::vector<MElement*>& cavity,
lsys_->setNoisy(1); lsys_->setNoisy(1);
lsys_->setGmres(1); lsys_->setGmres(1);
lsys_->setPrec(5.e-8); lsys_->setPrec(5.e-8);
lsys = _lsys; lsys = lsys_;
#endif #endif
dofManager<double> myAssembler(lsys); dofManager<double> myAssembler(lsys);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment