diff --git a/opm/material/fluidmatrixinteractions/EclMultiplexerMaterial.hpp b/opm/material/fluidmatrixinteractions/EclMultiplexerMaterial.hpp index b1d2938c9..055023b02 100644 --- a/opm/material/fluidmatrixinteractions/EclMultiplexerMaterial.hpp +++ b/opm/material/fluidmatrixinteractions/EclMultiplexerMaterial.hpp @@ -436,7 +436,6 @@ public: throw std::logic_error("Not implemented: relativePermeabilities() option for unknown EclMultiplexerApproach (=" + std::to_string(params.approach()) + ")"); } - } /*! @@ -500,6 +499,8 @@ public: TwoPhaseMaterial::updateHysteresis(params.template getRealParams(), fluidState); break; + case EclOnePhaseApproach: + break; } } };