Skip to content
Snippets Groups Projects
Commit 573493f8 authored by Timo Koch's avatar Timo Koch
Browse files

[cleanup][fluid][brineair] Remove assert in constexpr mapping function

parent 3337394d
No related branches found
No related tags found
1 merge request!2081[cleanup][fluid][brineair] Remove assert in constexpr mapping function
......@@ -124,7 +124,6 @@ private:
{
switch (brineCompIdx)
{
assert(brineCompIdx == Brine::H2OIdx || brineCompIdx == Brine::NaClIdx);
case Brine::H2OIdx: return H2OIdx;
case Brine::NaClIdx: return NaClIdx;
default: return 0; // this will never be reached, only needed to suppress compiler warning
......
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