mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-22 23:43:28 -06:00
Update Schedule constructor
This is needed for PR 4123 in opm-common to build
This commit is contained in:
parent
b502206ad7
commit
5730dcf166
@ -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