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

[box][fvgeometry] Remove unused aliases

parent b602c3de
No related branches found
No related tags found
Loading
......@@ -166,7 +166,6 @@ private:
template<class TypeTag>
class BoxFVElementGeometry<TypeTag, false>
{
using Problem = typename GET_PROP_TYPE(TypeTag, Problem);
using GridView = typename GET_PROP_TYPE(TypeTag, GridView);
using IndexType = typename GridView::IndexSet::IndexType;
using SubControlVolume = typename GET_PROP_TYPE(TypeTag, SubControlVolume);
......
......@@ -50,7 +50,6 @@ template<class TypeTag>
class BoxFVGridGeometry<TypeTag, true> : public BaseFVGridGeometry<TypeTag>
{
using ParentType = BaseFVGridGeometry<TypeTag>;
using Problem = typename GET_PROP_TYPE(TypeTag, Problem);
using GridView = typename GET_PROP_TYPE(TypeTag, GridView);
using IndexType = typename GridView::IndexSet::IndexType;
using SubControlVolume = typename GET_PROP_TYPE(TypeTag, SubControlVolume);
......@@ -239,7 +238,6 @@ template<class TypeTag>
class BoxFVGridGeometry<TypeTag, false> : public BaseFVGridGeometry<TypeTag>
{
using ParentType = BaseFVGridGeometry<TypeTag>;
using Problem = typename GET_PROP_TYPE(TypeTag, Problem);
using GridView = typename GET_PROP_TYPE(TypeTag, GridView);
using IndexType = typename GridView::IndexSet::IndexType;
using SubControlVolume = typename GET_PROP_TYPE(TypeTag, SubControlVolume);
......
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