From 50afbbb730ad168171871ffa2753ec3d37e44c1a Mon Sep 17 00:00:00 2001 From: Sina Ackermann <Sina.Ackermann@gmx.de> Date: Mon, 14 May 2012 16:05:30 +0000 Subject: [PATCH] work on naming convention git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8311 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- dumux/boxmodels/2p2c/2p2cfluxvariables.hh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dumux/boxmodels/2p2c/2p2cfluxvariables.hh b/dumux/boxmodels/2p2c/2p2cfluxvariables.hh index 2387d0e730..19dff42435 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; -- GitLab