mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-08-11 09:04:44 -05:00
Call Ewoms::setExternalSchedule() and Ewoms::setExternalSummaryConfig()
This commit is contained in:
@@ -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 -----------------
|
||||
|
||||
Reference in New Issue
Block a user