The "default" Schedule constructor has Python argument

This commit is contained in:
Joakim Hove 2020-04-10 07:53:45 +02:00
parent 60bb9e4eaa
commit fcdca0f9e5

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