WellTestState::updateWells -> WellTestState::test_wells

This commit is contained in:
Joakim Hove 2021-10-08 15:23:03 +02:00
parent 0e9d634397
commit 0ca1f7a8b2

View File

@ -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);