mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #5763 from hakonhagland/fix_4123
Update Schedule constructor
This commit is contained in:
commit
415f48c379
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user