mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
WellTestState::openWell -> WellTestState::open_well
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user