Skip to content
Snippets Groups Projects
Commit ee58411d authored by Timo Koch's avatar Timo Koch Committed by Kilian Weishaupt
Browse files

[fvgridgeom] Remove unused alias

parent 92a253c2
No related branches found
No related tags found
2 merge requests!630Improve properties,!617[WIP] Next
...@@ -44,7 +44,6 @@ class BaseFVGridGeometry ...@@ -44,7 +44,6 @@ class BaseFVGridGeometry
using GridView = typename GET_PROP_TYPE(TypeTag, GridView); using GridView = typename GET_PROP_TYPE(TypeTag, GridView);
using ElementMapper = typename GET_PROP_TYPE(TypeTag, ElementMapper); using ElementMapper = typename GET_PROP_TYPE(TypeTag, ElementMapper);
using VertexMapper = typename GET_PROP_TYPE(TypeTag, VertexMapper); using VertexMapper = typename GET_PROP_TYPE(TypeTag, VertexMapper);
using Scalar = typename GET_PROP_TYPE(TypeTag, Scalar);
using BoundingBoxTree = Dumux::BoundingBoxTree<GridView>; using BoundingBoxTree = Dumux::BoundingBoxTree<GridView>;
static const int dim = GridView::dimension; static const int dim = GridView::dimension;
......
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