mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-02 05:49:09 -06:00
The "default" Schedule constructor has Python argument
This commit is contained in:
parent
60bb9e4eaa
commit
fcdca0f9e5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user