changed: remove support for internal schedule handling in simulators

This commit is contained in:
Arne Morten Kvarving
2022-06-14 10:09:35 +02:00
parent 1a35c5ac47
commit 4510f40b6d
23 changed files with 30 additions and 35 deletions

View File

@@ -106,7 +106,7 @@ void flowEbosSetDeck(std::shared_ptr<Deck> deck,
Vanguard::setDeck(deck);
Vanguard::setEclState(eclState);
Vanguard::setExternalSchedule(schedule);
Vanguard::setSchedule(schedule);
Vanguard::setExternalSummaryConfig(summaryConfig);
}