changed: remove support for internal eclstate handling in simulators

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

View File

@@ -47,7 +47,7 @@ void flowEbosFoamSetDeck(double setupTime, std::shared_ptr<Deck> deck,
Vanguard::setSetupTime(setupTime);
Vanguard::setDeck(std::move(deck));
Vanguard::setExternalEclState(std::move(eclState));
Vanguard::setEclState(std::move(eclState));
Vanguard::setExternalSchedule(std::move(schedule));
Vanguard::setExternalSummaryConfig(std::move(summaryConfig));
}