mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Remove unused 'restart' parameter from SimulatorTimer::init().
This commit is contained in:
@@ -49,7 +49,7 @@ namespace Opm
|
||||
}
|
||||
|
||||
/// Use the SimulatorTimer as a shim around opm-parser's Opm::TimeMap
|
||||
void SimulatorTimer::init(Opm::TimeMapConstPtr timeMap, bool restart, size_t report_step)
|
||||
void SimulatorTimer::init(Opm::TimeMapConstPtr timeMap, size_t report_step)
|
||||
{
|
||||
total_time_ = timeMap->getTotalTime();
|
||||
timesteps_.resize(timeMap->numTimesteps());
|
||||
|
||||
Reference in New Issue
Block a user