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