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
commit 415f48c379
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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);
}