OPM-250: Added method to IOConfig to support restart

This commit is contained in:
chflo
2015-12-08 17:42:38 +01:00
parent 3ba7382146
commit 43216273b4
2 changed files with 18 additions and 1 deletions

View File

@@ -140,7 +140,7 @@ namespace Opm {
boost::gregorian::date getTimestepDate(size_t timestep) const;
void dumpRestartConfig() const;
std::string getRestartFileName(const std::string& restart_base, int report_step, bool output) const;
private: