mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
removing unused well_state0 in iterateWellEqWithControl
for MSW.
This commit is contained in:
parent
ea82bebb3a
commit
15bf35ffe0
@ -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