Call Ewoms::setExternalSchedule() and Ewoms::setExternalSummaryConfig()

This commit is contained in:
Joakim Hove
2019-01-11 15:38:23 +01:00
parent b3344a7b99
commit eedbafb805
15 changed files with 49 additions and 22 deletions
+3 -1
View File
@@ -34,12 +34,14 @@
namespace Opm {
void flowEbosBlackoilSetDeck(Deck &deck, EclipseState& eclState)
void flowEbosBlackoilSetDeck(Deck &deck, EclipseState& eclState, Schedule& schedule, SummaryConfig& summaryConfig)
{
typedef TTAG(EclFlowProblem) TypeTag;
typedef GET_PROP_TYPE(TypeTag, Vanguard) Vanguard;
Vanguard::setExternalDeck(&deck, &eclState);
Vanguard::setExternalSchedule(&schedule);
Vanguard::setExternalSummaryConfig(&summaryConfig);
}
// ----------------- Main program -----------------