mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #2678 from joakim-hove/fix-sequential
Add actionState argument also for non MPI branch
This commit is contained in:
commit
678756b9e1
@ -851,7 +851,7 @@ RestartValue loadParallelRestart(const EclipseIO* eclIO, Action::State& actionSt
|
||||
return restartValues;
|
||||
#else
|
||||
(void) comm;
|
||||
return eclIO->loadRestart(summaryState, solutionKeys, extraKeys);
|
||||
return eclIO->loadRestart(actionState, summaryState, solutionKeys, extraKeys);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user