Update Schedule constructor

This is needed for PR 4123 in opm-common to build
This commit is contained in:
Håkon Hægland 2024-11-25 18:11:27 +01:00
parent b502206ad7
commit 5730dcf166

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