Merge pull request #2526 from joakim-hove/sched-python-constructor

The "default" Schedule constructor has Python argument
This commit is contained in:
Joakim Hove
2020-04-11 08:01:06 +02:00
committed by GitHub

View File

@@ -402,7 +402,7 @@ namespace Opm
#if HAVE_MPI
else {
summaryConfig.reset(new Opm::SummaryConfig);
schedule.reset(new Opm::Schedule);
schedule.reset(new Opm::Schedule(python));
eclipseState.reset(new Opm::ParallelEclipseState);
}
Opm::eclStateBroadcast(*eclipseState, *schedule, *summaryConfig);