changed: remove support for internal summaryconfig handling in simulators

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

View File

@@ -74,7 +74,7 @@ void flowEbosGasOilEnergySetDeck(double setupTime, std::shared_ptr<Deck> deck,
Vanguard::setDeck(std::move(deck));
Vanguard::setEclState(std::move(eclState));
Vanguard::setSchedule(std::move(schedule));
Vanguard::setExternalSummaryConfig(std::move(summaryConfig));
Vanguard::setSummaryConfig(std::move(summaryConfig));
}