From 1d755859a667bac13628821ffca83b8b2ad4ffbb Mon Sep 17 00:00:00 2001 From: Joakim Hove Date: Wed, 7 Nov 2018 15:45:25 +0100 Subject: [PATCH] Update msim after upstream changes --- msim/src/msim.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msim/src/msim.cpp b/msim/src/msim.cpp index 7b72b0634..030d92b31 100644 --- a/msim/src/msim.cpp +++ b/msim/src/msim.cpp @@ -33,7 +33,7 @@ namespace Opm { msim::msim(const std::string& deck_file, const Parser& parser, const ParseContext& parse_context) : deck(parser.parseFile(deck_file, parse_context)), state(deck, parse_context), - schedule(deck, state.getInputGrid(), state.get3DProperties(), state.runspec().phases(), parse_context), + schedule(deck, state.getInputGrid(), state.get3DProperties(), state.runspec(), parse_context), summary_config(deck, schedule, state.getTableManager(), parse_context) { }