From e1393ec334a66410209af772394c4440969793e4 Mon Sep 17 00:00:00 2001 From: Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de> Date: Fri, 24 Aug 2018 11:41:14 +0200 Subject: [PATCH] [2p1cni][indices] Add temperatrueIdx for compatibility * shall not be used but is required in order to fix clang compilation error --- dumux/porousmediumflow/2p1c/indices.hh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dumux/porousmediumflow/2p1c/indices.hh b/dumux/porousmediumflow/2p1c/indices.hh index 15d5959f23..d53be4494b 100644 --- a/dumux/porousmediumflow/2p1c/indices.hh +++ b/dumux/porousmediumflow/2p1c/indices.hh @@ -46,6 +46,8 @@ public: // Equation indices static const int conti0EqIdx = 0; //!< Index of the mass conservation equation for the water component. static const int energyEqIdx = 1; //<! The index for energy in equation vectors. + + static const int temperatureIdx = -99; //!< For compatibility reasons. Do not use. }; } // end namespace Dumux -- GitLab