diff --git a/dumux/boxmodels/2p2c/2p2cfluxvariables.hh b/dumux/boxmodels/2p2c/2p2cfluxvariables.hh index 2387d0e7308a021e82b056ebff6fdfdff69b7a9c..19dff42435bba41e23255697ac00ce43689f5318 100644 --- a/dumux/boxmodels/2p2c/2p2cfluxvariables.hh +++ b/dumux/boxmodels/2p2c/2p2cfluxvariables.hh @@ -60,10 +60,10 @@ class TwoPTwoCFluxVariables typedef typename GET_PROP_TYPE(TypeTag, Indices) Indices; enum { - wPhaseIdx = Indices::lPhaseIdx, - nPhaseIdx = Indices::gPhaseIdx, - wCompIdx = Indices::lCompIdx, - nCompIdx = Indices::gCompIdx + wPhaseIdx = Indices::wPhaseIdx, + nPhaseIdx = Indices::nPhaseIdx, + wCompIdx = Indices::wCompIdx, + nCompIdx = Indices::nCompIdx }; typedef typename GET_PROP_TYPE(TypeTag, GridView) GridView;