WellTestState::hasCompletion -> WellTestState::completion_is_closed

This commit is contained in:
Joakim Hove
2021-10-07 15:10:00 +02:00
parent e0ea090960
commit feaaebf3fc
3 changed files with 3 additions and 3 deletions

View File

@@ -306,7 +306,7 @@ namespace Opm
// also reopen completions
for (auto& completion : this->well_ecl_.getCompletions()) {
if (!welltest_state_temp.hasCompletion(this->name(), completion.first)) {
if (!welltest_state_temp.completion_is_closed(this->name(), completion.first)) {
well_test_state.dropCompletion(this->name(), completion.first);
}
}