remove unused local typedef

This commit is contained in:
Arne Morten Kvarving 2019-02-13 11:55:09 +01:00
parent e5dde0aa7e
commit a4c5ee0b13

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);