diff --git a/dumux/freeflow/stokes/stokeslocalresidual.hh b/dumux/freeflow/stokes/stokeslocalresidual.hh index 66c719d46b8aee3766ee28f1309a3d36519cc41f..5afd517cb721f2ddd5cd3993f63ddc3d163c457a 100644 --- a/dumux/freeflow/stokes/stokeslocalresidual.hh +++ b/dumux/freeflow/stokes/stokeslocalresidual.hh @@ -83,7 +83,6 @@ protected: typedef typename GET_PROP_TYPE(TypeTag, FluxVariables) FluxVariables; typedef typename GET_PROP_TYPE(TypeTag, ElementVolumeVariables) ElementVolumeVariables; - typedef typename GridView::Intersection Intersection; typedef typename GridView::IntersectionIterator IntersectionIterator; typedef typename GET_PROP_TYPE(TypeTag, BoundaryTypes) BoundaryTypes; diff --git a/dumux/freeflow/stokes2c/stokes2cindices.hh b/dumux/freeflow/stokes2c/stokes2cindices.hh index 3ece1e8801f5552bb952a5f8a2582d0b15020aec..76c343be4a8f9b2651352570d473fe89a31c79ed 100644 --- a/dumux/freeflow/stokes2c/stokes2cindices.hh +++ b/dumux/freeflow/stokes2c/stokes2cindices.hh @@ -40,9 +40,6 @@ namespace Dumux template <class TypeTag, int PVOffset = 0> struct Stokes2cCommonIndices : public StokesCommonIndices<TypeTag> { - typedef typename GET_PROP_TYPE(TypeTag, FluidSystem) FluidSystem; - -public: // Phase index static const int phaseIdx = GET_PROP_VALUE(TypeTag, PhaseIdx); //!< Index of the employed phase in case of a two-phase fluidsystem (set by default to nPhase)