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:
@@ -32,6 +32,6 @@
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
typedef Opm::Properties::TTag::FractureProblem ProblemTypeTag;
|
||||
using ProblemTypeTag = Opm::Properties::TTag::FractureProblem;
|
||||
return Opm::start<ProblemTypeTag>(argc, argv);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user