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

[2p1cni][indices] Add temperatrueIdx for compatibility

* shall not be used but is required in order to fix clang compilation error
parent 9b380ac3
No related branches found
No related tags found
1 merge request!1191Feature/improve 2p1cni
......@@ -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
......
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