mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-01 21:39:09 -06:00
replace typedef with using
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user