Remove unused 'restart' parameter from SimulatorTimer::init().

This commit is contained in:
Atgeirr Flø Rasmussen
2016-02-29 11:03:08 +01:00
parent e8c6c3102f
commit cb41a45687
2 changed files with 2 additions and 2 deletions

View File

@@ -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());