remove unused local typedef

This commit is contained in:
Arne Morten Kvarving 2019-02-13 11:55:09 +01:00
parent 0e761010a8
commit 5da7b54047

View File

@ -120,7 +120,6 @@ void test_summary()
auto simulator = initSimulator<TypeTag>(filename.data());
typedef typename GET_PROP_TYPE(TypeTag, Vanguard) Vanguard;
typedef typename GET_PROP_TYPE(TypeTag, Scalar) Scalar;
typedef Ewoms::CollectDataToIORank< Vanguard > CollectDataToIORankType;
CollectDataToIORankType collectToIORank(simulator->vanguard());
Ewoms::EclOutputBlackOilModule<TypeTag> eclOutputModule(*simulator, collectToIORank);