Skip to content
Snippets Groups Projects
Commit 50afbbb7 authored by Sina Ackermann's avatar Sina Ackermann
Browse files

work on naming convention

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8311 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 029b1a3d
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment