From e006e85a5dfa0be115144e6353506ab2b08fe996 Mon Sep 17 00:00:00 2001
From: Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de>
Date: Wed, 31 May 2017 18:46:13 +0200
Subject: [PATCH] [staggeredni] Adapt indices

* inherit form the isothermal ones
---
 dumux/freeflow/staggeredni/indices.hh | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dumux/freeflow/staggeredni/indices.hh b/dumux/freeflow/staggeredni/indices.hh
index 3e2fc7d691..1490e097df 100644
--- a/dumux/freeflow/staggeredni/indices.hh
+++ b/dumux/freeflow/staggeredni/indices.hh
@@ -23,9 +23,6 @@
 #ifndef DUMUX_STAGGERED_NAVIERSTOKES_NI_INDICES_HH
 #define DUMUX_STAGGERED_NAVIERSTOKES_NI_INDICES_HH
 
-//#include <dumux/freeflow/staggered/indices.hh>
-//#include "properties.hh"
-
 namespace Dumux
 {
 // \{
@@ -37,7 +34,7 @@ namespace Dumux
  * \tparam PVOffset The first index in a primary variable vector.
  */
 template <class TypeTag, int PVOffset = 0>
-class NavierStokesNIIndices : public NavierStokesCommonIndices<TypeTag, PVOffset>
+class StaggeredNonIsothermalIndices : public GET_PROP_TYPE(TypeTag, IsothermalIndices)
 {
 public:
     static const int numEqCC = GET_PROP_VALUE(TypeTag, NumEqCellCenter);
-- 
GitLab