mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Bug in well_index increment in WellsManager
This commit is contained in:
parent
c9ad66168f
commit
827089b835
@ -413,6 +413,7 @@ namespace Opm
|
|||||||
|
|
||||||
if (well->getStatus(timeStep) == WellCommon::SHUT) {
|
if (well->getStatus(timeStep) == WellCommon::SHUT) {
|
||||||
well_controls_shut_well( w_->ctrls[well_index] );
|
well_controls_shut_well( w_->ctrls[well_index] );
|
||||||
|
well_index++;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user