Skip to content
Snippets Groups Projects
Commit ca2dce41 authored by Timo Koch's avatar Timo Koch
Browse files

[timeloop] Remove unnecessary previousTimeStepSize

parent b64b0b9e
No related branches found
No related tags found
1 merge request!1160Fix/checkpoint timeloop
......@@ -235,12 +235,6 @@ public:
Scalar timeStepSize() const override
{ return timeStepSize_; }
/*!
* \brief Returns the size of the previous time step \f$\mathrm{[s]}\f$.
*/
Scalar previousTimeStepSize() const
{ return previousTimeStepSize_; }
/*!
* \brief Returns number of time steps which have been
* executed since the beginning of the simulation.
......@@ -357,7 +351,6 @@ private:
double cpuTime_;
Scalar timeStepSize_;
Scalar previousTimeStepSize_;
Scalar maxTimeStepSize_;
int timeStepIdx_;
bool finished_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment