diff --git a/opm/simulators/flow/FlowProblemCompProperties.hpp b/opm/simulators/flow/FlowProblemCompProperties.hpp index 12ecb2319..7b838a94c 100644 --- a/opm/simulators/flow/FlowProblemCompProperties.hpp +++ b/opm/simulators/flow/FlowProblemCompProperties.hpp @@ -69,17 +69,10 @@ private: using Scalar = GetPropType; using FluidSystem = GetPropType; - // using Traits = ThreePhaseMaterialTraits; - - // TODO: We should be able to use FluidSystem here and using Indices to handle the active phases - // some more development is needed using Traits = ThreePhaseMaterialTraits; + /*wettingPhaseIdx=*/FluidSystem::waterPhaseIdx, + /*nonWettingPhaseIdx=*/FluidSystem::oilPhaseIdx, + /*gasPhaseIdx=*/FluidSystem::gasPhaseIdx>; public: using EclMaterialLawManager = ::Opm::EclMaterialLawManager;