Use ScheduleState for wells++

Use SchedueleState for wells, in addition to the members UDQConfig, GasLiftOpt
and GuideRateConfig.
This commit is contained in:
Joakim Hove
2021-02-03 08:31:59 +01:00
parent 0a6bbffea9
commit bcffaefa7a
10 changed files with 391 additions and 559 deletions

View File

@@ -909,3 +909,4 @@ BOOST_AUTO_TEST_CASE(TestWellEvents) {
BOOST_CHECK( sched[0].wellgroup_events().hasEvent( "W_1", ScheduleEvents::COMPLETION_CHANGE));
BOOST_CHECK( sched[5].wellgroup_events().hasEvent( "W_1", ScheduleEvents::COMPLETION_CHANGE));
}