mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
WellTestState::updateWells -> WellTestState::test_wells
This commit is contained in:
parent
0e9d634397
commit
0ca1f7a8b2
@ -385,7 +385,7 @@ namespace Opm {
|
||||
const auto& wtest_config = schedule()[timeStepIdx].wtest_config();
|
||||
if (!wtest_config.empty()) { // there is a WTEST request
|
||||
const std::vector<std::string> wellsForTesting = wellTestState()
|
||||
.updateWells(wtest_config, simulationTime);
|
||||
.test_wells(wtest_config, simulationTime);
|
||||
|
||||
for (const std::string& well_name : wellsForTesting) {
|
||||
const auto& ws = this->wellState().well(well_name);
|
||||
|
Loading…
Reference in New Issue
Block a user