Skip to content
Snippets Groups Projects
Commit 910eeef7 authored by Timo Koch's avatar Timo Koch
Browse files

[cleanup] Remove unused typedefs

parent 81a3dfc7
No related branches found
No related tags found
1 merge request!89Feature/make fluxvars default constructible
......@@ -67,10 +67,8 @@ class ImplicitDarcyFluxVariables
enum { numPhases = GET_PROP_VALUE(TypeTag, NumPhases)} ;
typedef typename GET_PROP_TYPE(TypeTag, Scalar) Scalar;
typedef Dune::FieldMatrix<Scalar, dim, dim> DimMatrix;
typedef Dune::FieldMatrix<Scalar, dimWorld, dimWorld> DimWorldMatrix;
typedef Dune::FieldVector<Scalar, dimWorld> GlobalPosition;
typedef Dune::FieldVector<Scalar, dim> DimVector;
typedef typename GET_PROP_TYPE(TypeTag, FVElementGeometry) FVElementGeometry;
typedef typename FVElementGeometry::SubControlVolumeFace SCVFace;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment