update status after WTEST

This commit is contained in:
Tor Harald Sandve
2021-09-21 10:32:56 +02:00
parent 7b833b7706
commit 30592c7593
6 changed files with 20 additions and 5 deletions

View File

@@ -770,6 +770,12 @@ void WellState::stopWell(int well_index)
ws.stop();
}
void WellState::openWell(int well_index)
{
auto& ws = this->well(well_index);
ws.open();
}
void WellState::shutWell(int well_index)
{
auto& ws = this->well(well_index);