Merge pull request #5763 from hakonhagland/fix_4123

Update Schedule constructor
This commit is contained in:
Tor Harald Sandve
2024-11-26 14:35:21 +01:00
committed by GitHub

View File

@@ -151,7 +151,7 @@ namespace {
if (schedule == nullptr) {
schedule = std::make_shared<Opm::Schedule>
(deck, eclipseState, parseContext, errorGuard,
std::move(python), lowActionParsingStrictness,
std::move(python), lowActionParsingStrictness, /*slave_mode=*/false,
keepKeywords, outputInterval, init_state);
}