mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Adapt to removed init() parameter.
This commit is contained in:
parent
37a701430d
commit
6dd3f0ebb3
@ -587,7 +587,7 @@ namespace Opm
|
||||
|
||||
// initialize variables
|
||||
const auto initConfig = eclipse_state_->getInitConfig();
|
||||
simtimer.init(timeMap, initConfig->getRestartInitiated(), (size_t)initConfig->getRestartStep());
|
||||
simtimer.init(timeMap, (size_t)initConfig->getRestartStep());
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user