Merge pull request #4854 from vkip/gecon_closure_reason_group

Set GECON closure reason to GROUP, to not open with WTEST option 'E'.
This commit is contained in:
Tor Harald Sandve 2023-09-14 08:58:32 +02:00 committed by GitHub
commit b55270defe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -308,7 +308,7 @@ closeWellsRecursive(Group group)
displayDebugMessage(msg);
}
this->well_test_state_.close_well(
well_name, WellTestConfig::Reason::ECONOMIC, this->simulation_time_);
well_name, WellTestConfig::Reason::GROUP, this->simulation_time_);
this->well_model_.updateClosedWellsThisStep(well_name);
}
}