EclCpGridManager: remove unused private typedef

This commit is contained in:
Andreas Lauser
2017-10-03 12:39:55 +02:00
parent fde56c93b2
commit 415fdfd113

View File

@@ -64,7 +64,6 @@ class EclCpGridManager : public EclBaseGridManager<TypeTag>
typedef EclBaseGridManager<TypeTag> ParentType;
typedef typename GET_PROP_TYPE(TypeTag, Scalar) Scalar;
typedef typename GET_PROP_TYPE(TypeTag, Simulator) Simulator;
typedef typename GET_PROP_TYPE(TypeTag, ElementMapper) ElementMapper;
public: