Skip to content
Snippets Groups Projects
Commit 0cda0041 authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

[staggered] Remove obsolete alias from connectivity map

parent ec4ce508
No related branches found
No related tags found
Loading
...@@ -34,7 +34,6 @@ namespace Dumux ...@@ -34,7 +34,6 @@ namespace Dumux
template<class TypeTag> template<class TypeTag>
class StaggeredConnectivityMap class StaggeredConnectivityMap
{ {
using Problem = typename GET_PROP_TYPE(TypeTag, Problem);
using GridView = typename GET_PROP_TYPE(TypeTag, GridView); using GridView = typename GET_PROP_TYPE(TypeTag, GridView);
using FluxVariables = typename GET_PROP_TYPE(TypeTag, FluxVariables); using FluxVariables = typename GET_PROP_TYPE(TypeTag, FluxVariables);
using FVGridGeometry = typename GET_PROP_TYPE(TypeTag, FVGridGeometry); using FVGridGeometry = typename GET_PROP_TYPE(TypeTag, FVGridGeometry);
......
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