flow: do not pass the schedule and summaryConfig objects anymore

they are now always created internally by the vanguard.
This commit is contained in:
Andreas Lauser
2018-11-07 12:25:49 +01:00
parent a969fd198a
commit e5fb6cf83c
15 changed files with 33 additions and 51 deletions

View File

@@ -19,13 +19,10 @@
#include <opm/parser/eclipse/Deck/Deck.hpp>
#include <opm/parser/eclipse/EclipseState/EclipseState.hpp>
#include <opm/parser/eclipse/EclipseState/Schedule/Schedule.hpp>
#include <opm/parser/eclipse/EclipseState/SummaryConfig/SummaryConfig.hpp>
namespace Opm {
void flowEbosOilWaterPolymerSetDeck(Deck& deck, EclipseState& eclState, Schedule& schedule, SummaryConfig& summary_config);
int flowEbosOilWaterPolymerMain(int argc, char** argv);
void flowEbosOilWaterPolymerSetDeck(Deck& deck, EclipseState& eclState);
int flowEbosOilWaterPolymerMain(int argc, char** argv);
}
#endif // FLOW_EBOS_OILWATER_POLYMER_HPP