replace typedef with using

This commit is contained in:
Arne Morten Kvarving 2023-02-08 14:48:06 +01:00
parent 02215964ae
commit 8beb8adfc6

View File

@ -782,7 +782,7 @@ namespace Opm {
return failing_wells; return failing_wells;
} }
typedef std::unique_ptr<TimeStepControlInterface> TimeStepControlType; using TimeStepControlType = std::unique_ptr<TimeStepControlInterface>;
TimeStepControlType timeStepControl_; //!< time step control object TimeStepControlType timeStepControl_; //!< time step control object
double restartFactor_; //!< factor to multiply time step with when solver fails to converge double restartFactor_; //!< factor to multiply time step with when solver fails to converge