mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
corrected parameters given to preconditioenr
This commit is contained in:
@@ -181,7 +181,7 @@ public:
|
||||
}
|
||||
rhs_ = b;
|
||||
} else {
|
||||
solver_->preconditioner().update(prm_);
|
||||
solver_->preconditioner().update(prm_.get_child("preconditioner"));
|
||||
rhs_ = b;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user