mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #3914 from GitPaean/removing_unused_well_state0
removing unused well_state0 in iterateWellEqWithControl for MSW
This commit is contained in:
commit
0d6f7f75b6
@ -1369,7 +1369,6 @@ namespace Opm
|
|||||||
if (!this->isOperableAndSolvable() && !this->wellIsStopped()) return true;
|
if (!this->isOperableAndSolvable() && !this->wellIsStopped()) return true;
|
||||||
|
|
||||||
const int max_iter_number = this->param_.max_inner_iter_ms_wells_;
|
const int max_iter_number = this->param_.max_inner_iter_ms_wells_;
|
||||||
const WellState well_state0 = well_state;
|
|
||||||
|
|
||||||
{
|
{
|
||||||
// getWellFiniteResiduals returns false for nan/inf residuals
|
// getWellFiniteResiduals returns false for nan/inf residuals
|
||||||
|
Loading…
Reference in New Issue
Block a user