changed: rename externalSetupTime

external is (or will be) implied
This commit is contained in:
Arne Morten Kvarving
2022-06-14 09:43:04 +02:00
parent f3bf15ab2f
commit c793aff5d1
23 changed files with 28 additions and 28 deletions

View File

@@ -45,7 +45,7 @@ void flowEbosFoamSetDeck(double setupTime, std::shared_ptr<Deck> deck,
using TypeTag = Properties::TTag::EclFlowFoamProblem;
using Vanguard = GetPropType<TypeTag, Properties::Vanguard>;
Vanguard::setExternalSetupTime(setupTime);
Vanguard::setSetupTime(setupTime);
Vanguard::setExternalDeck(std::move(deck));
Vanguard::setExternalEclState(std::move(eclState));
Vanguard::setExternalSchedule(std::move(schedule));