replace typedef with using

This commit is contained in:
Arne Morten Kvarving
2023-02-08 15:26:39 +01:00
parent 02215964ae
commit 8beb8adfc6
@@ -782,7 +782,7 @@ namespace Opm {
return failing_wells;
}
typedef std::unique_ptr<TimeStepControlInterface> TimeStepControlType;
using TimeStepControlType = std::unique_ptr<TimeStepControlInterface>;
TimeStepControlType timeStepControl_; //!< time step control object
double restartFactor_; //!< factor to multiply time step with when solver fails to converge