mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-08-11 09:14:43 -05:00
Merge pull request #4501 from hnil/fixes_ebosinterface
- small change to corret ebos use of the original interfaces
This commit is contained in:
+1
-1
@@ -917,7 +917,7 @@ public:
|
||||
// to the first "real" episode/report step
|
||||
// for restart the episode index and start is already set
|
||||
if (!initconfig.restartRequested()) {
|
||||
simulator.startNextEpisode(schedule.seconds(0));
|
||||
simulator.startNextEpisode(schedule.seconds(1));
|
||||
simulator.setEpisodeIndex(0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user