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

[cleanup] Remove unused typedefs

parent 51870e52
No related branches found
No related tags found
2 merge requests!2134WIP Feature/timestepper test,!2124[cleanup] Remove unused typedefs
......@@ -53,15 +53,6 @@ class PorousMediumFluxVariables
{
using Scalar = GetPropType<TypeTag, Properties::Scalar>;
using ModelTraits = GetPropType<TypeTag, Properties::ModelTraits>;
using GridGeometry = GetPropType<TypeTag, Properties::GridGeometry>;
using FVElementGeometry = typename GridGeometry::LocalView;
using GridView = typename GridGeometry::GridView;
using Element = typename GridView::template Codim<0>::Entity;
using SubControlVolumeFace = typename FVElementGeometry::SubControlVolumeFace;
using VolumeVariables = GetPropType<TypeTag, Properties::VolumeVariables>;
using ElementVolumeVariables = typename GetPropType<TypeTag, Properties::GridVolumeVariables>::LocalView;
using ElementFluxVariablesCache = typename GetPropType<TypeTag, Properties::GridFluxVariablesCache>::LocalView;
enum
{
......
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