From 5730dcf166b18265ef6a7bd03c27ce2e07d251bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20H=C3=A6gland?= Date: Mon, 25 Nov 2024 18:11:27 +0100 Subject: [PATCH] Update Schedule constructor This is needed for PR 4123 in opm-common to build --- opm/simulators/utils/readDeck.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/simulators/utils/readDeck.cpp b/opm/simulators/utils/readDeck.cpp index 772e79223..10a0ec23b 100644 --- a/opm/simulators/utils/readDeck.cpp +++ b/opm/simulators/utils/readDeck.cpp @@ -151,7 +151,7 @@ namespace { if (schedule == nullptr) { schedule = std::make_shared (deck, eclipseState, parseContext, errorGuard, - std::move(python), lowActionParsingStrictness, + std::move(python), lowActionParsingStrictness, /*slave_mode=*/false, keepKeywords, outputInterval, init_state); }