mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
flow: do not pass the schedule and summaryConfig objects anymore
they are now always created internally by the vanguard.
This commit is contained in:
@@ -58,12 +58,12 @@ public:
|
||||
}}
|
||||
|
||||
namespace Opm {
|
||||
void flowEbosOilWaterSetDeck(Deck &deck, EclipseState& eclState, Schedule& schedule, SummaryConfig& summaryConfig)
|
||||
void flowEbosOilWaterSetDeck(Deck &deck, EclipseState& eclState)
|
||||
{
|
||||
typedef TTAG(EclFlowOilWaterProblem) TypeTag;
|
||||
typedef GET_PROP_TYPE(TypeTag, Vanguard) Vanguard;
|
||||
|
||||
Vanguard::setExternalDeck(&deck, &eclState, &schedule, &summaryConfig);
|
||||
Vanguard::setExternalDeck(&deck, &eclState);
|
||||
}
|
||||
|
||||
// ----------------- Main program -----------------
|
||||
|
||||
Reference in New Issue
Block a user