mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #603 from atgeirr/remove-unused-parameter
Adapt to removed init() parameter.
This commit is contained in:
commit
96938548c1
@ -611,7 +611,7 @@ namespace Opm
|
|||||||
|
|
||||||
// initialize variables
|
// initialize variables
|
||||||
const auto initConfig = eclipse_state_->getInitConfig();
|
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