Skip to content
Snippets Groups Projects

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

Merged Timo Koch requested to merge fix/compiler-warning-brineair into master
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading