remove unused typedefs and enums

This commit is contained in:
Andreas Lauser 2015-01-05 14:33:20 +01:00
parent fbf1ef39fc
commit c5869df53a

View File

@ -50,7 +50,6 @@ class EclTransmissibility
typedef typename GridView::Intersection Intersection;
// Grid and world dimension
enum { dim = GridView::dimension };
enum { dimWorld = GridView::dimensionworld };
typedef Dune::FieldMatrix<Scalar, dimWorld, dimWorld> DimMatrix;