From 573493f81d61e92156bf139a98524f611b9ccb38 Mon Sep 17 00:00:00 2001
From: Timo Koch <timo.koch@iws.uni-stuttgart.de>
Date: Wed, 29 Apr 2020 13:45:58 +0200
Subject: [PATCH] [cleanup][fluid][brineair] Remove assert in constexpr mapping
 function

---
 dumux/material/fluidsystems/brineair.hh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dumux/material/fluidsystems/brineair.hh b/dumux/material/fluidsystems/brineair.hh
index 49594ed05f..3e5004f476 100644
--- a/dumux/material/fluidsystems/brineair.hh
+++ b/dumux/material/fluidsystems/brineair.hh
@@ -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
-- 
GitLab