Skip to content
Snippets Groups Projects
Commit 3a8037a9 authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

remove unused private enums from test/freeflow

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11301 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 6060f5ea
No related branches found
No related tags found
No related merge requests found
......@@ -96,8 +96,7 @@ class Stokes2cniTestProblem : public StokesProblem<TypeTag>
typedef typename GET_PROP_TYPE(TypeTag, Indices) Indices;
typedef typename GET_PROP_TYPE(TypeTag, FluidSystem) FluidSystem;
enum { // Number of equations and grid dimension
numEq = GET_PROP_VALUE(TypeTag, NumEq),
enum { // grid dimension
dim = GridView::dimension
};
enum { // copy some indices for convenience
......@@ -106,7 +105,6 @@ class Stokes2cniTestProblem : public StokesProblem<TypeTag>
momentumYIdx = Indices::momentumYIdx, //!< Index of the y-component of the momentum balance
momentumZIdx = Indices::momentumZIdx, //!< Index of the z-component of the momentum balance
transportEqIdx = Indices::transportEqIdx, //!< Index of the transport equation
energyEqIdx = Indices::energyEqIdx //!< Index of the energy equation
};
enum { // indices for primary variables
velocityXIdx = Indices::velocityXIdx,
......
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