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 ...@@ -60,10 +60,10 @@ class TwoPTwoCFluxVariables
typedef typename GET_PROP_TYPE(TypeTag, Indices) Indices; typedef typename GET_PROP_TYPE(TypeTag, Indices) Indices;
enum { enum {
wPhaseIdx = Indices::lPhaseIdx, wPhaseIdx = Indices::wPhaseIdx,
nPhaseIdx = Indices::gPhaseIdx, nPhaseIdx = Indices::nPhaseIdx,
wCompIdx = Indices::lCompIdx, wCompIdx = Indices::wCompIdx,
nCompIdx = Indices::gCompIdx nCompIdx = Indices::nCompIdx
}; };
typedef typename GET_PROP_TYPE(TypeTag, GridView) GridView; 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