WellTestState::openWell -> WellTestState::open_well

This commit is contained in:
Joakim Hove
2021-10-07 15:30:10 +02:00
parent d806762f7a
commit 0648d6bf5d
2 changed files with 2 additions and 2 deletions

View File

@@ -611,7 +611,7 @@ namespace Opm {
// even if it was new or received new targets this report step.
events.clearEvent(WellState::event_mask);
} else {
wellTestState().openWell(well_name);
wellTestState().open_well(well_name);
wellTestState().open_completions(well_name);
}
}

View File

@@ -299,7 +299,7 @@ namespace Opm
// update wellTestState if the well test succeeds
if (!welltest_state_temp.well_is_closed(this->name())) {
well_test_state.openWell(this->name());
well_test_state.open_well(this->name());
std::string msg = std::string("well ") + this->name() + std::string(" is re-opened");
deferred_logger.info(msg);