remove some unused typedefs and constant, some indentation fixes

This commit is contained in:
Andreas Lauser 2013-12-27 19:13:15 +01:00
parent 29926a7d06
commit d98dd5a309

View File

@ -182,7 +182,6 @@ class CuvetteProblem : public GET_PROP_TYPE(TypeTag, BaseProblem)
enum { conti0EqIdx = Indices::conti0EqIdx };
// Grid and world dimension
enum { dim = GridView::dimension };
enum { dimWorld = GridView::dimensionworld };
typedef typename GridView::ctype CoordScalar;