corrected parameters given to preconditioenr

This commit is contained in:
hnil
2019-08-21 11:18:02 +02:00
parent dac1292a8b
commit 2b147dd4f6

View File

@@ -181,7 +181,7 @@ public:
} }
rhs_ = b; rhs_ = b;
} else { } else {
solver_->preconditioner().update(prm_); solver_->preconditioner().update(prm_.get_child("preconditioner"));
rhs_ = b; rhs_ = b;
} }
} }