mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
replace typedef with using
This commit is contained in:
parent
02215964ae
commit
8beb8adfc6
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user