mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
[cleanup] replace typedef by using
This commit is contained in:
@@ -46,6 +46,6 @@ struct PvsVerbosity<TypeTag, TTag::OutflowProblem> { static constexpr int value
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
typedef Opm::Properties::TTag::OutflowProblem ProblemTypeTag;
|
||||
using ProblemTypeTag = Opm::Properties::TTag::OutflowProblem;
|
||||
return Opm::start<ProblemTypeTag>(argc, argv);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user