From cdae46243935d71caeb8519a751fa9b52470736c Mon Sep 17 00:00:00 2001
From: Katharina Heck <katharina.heck@iws.uni-stuttgart.de>
Date: Wed, 29 Aug 2018 17:18:49 +0200
Subject: [PATCH] [fix] add solidsystem as template in privarnames, will be
 necessary once mineralization is merged

---
 dumux/porousmediumflow/mpnc/model.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dumux/porousmediumflow/mpnc/model.hh b/dumux/porousmediumflow/mpnc/model.hh
index e509265adf..4b49402cda 100644
--- a/dumux/porousmediumflow/mpnc/model.hh
+++ b/dumux/porousmediumflow/mpnc/model.hh
@@ -154,7 +154,7 @@ struct MPNCModelTraits
     //! Per default, we use the indices without offset
     using Indices = MPNCIndices< numPhases(), numEq() >;
 
-    template <class FluidSystem>
+    template <class FluidSystem, class SolidSystem = void>
     static std::string primaryVariableName(int pvIdx, int state=0)
     {
         if (pvIdx < numComponents())
-- 
GitLab