Rename last_timestep_ to suggested_next_timestep_

This commit is contained in:
Tor Harald Sandve
2015-08-25 11:16:36 +02:00
parent 81b8b631a6
commit 0227165bd5
2 changed files with 10 additions and 10 deletions

View File

@@ -86,7 +86,7 @@ namespace Opm {
const int solver_restart_max_; //!< how many restart of solver are allowed
const bool solver_verbose_; //!< solver verbosity
const bool timestep_verbose_; //!< timestep verbosity
double last_timestep_; //!< size of last timestep
double suggested_next_timestep_; //!< suggested size of next timestep
bool full_timestep_initially_; //!< beginning with the size of the time step from data file
};
}