Skip to content
Snippets Groups Projects
Commit 4558eef6 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[Stokes 2c] Small doxygen fixes.

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10024 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent f6c1178a
No related branches found
No related tags found
No related merge requests found
...@@ -42,9 +42,10 @@ struct Stokes2cniCommonIndices : public Stokes2cCommonIndices<TypeTag, PVOffset> ...@@ -42,9 +42,10 @@ struct Stokes2cniCommonIndices : public Stokes2cCommonIndices<TypeTag, PVOffset>
public: public:
// number of dimensions // number of dimensions
static const int dim = StokesCommonIndices<TypeTag>::dim; static const int dim = StokesCommonIndices<TypeTag>::dim;
static const int energyEqIdx = PVOffset + dim+2; //! The index for the energy balance equation static const int energyEqIdx = PVOffset + dim+2; //!< The index for the energy balance equation
static const int temperatureIdx = energyEqIdx; //! The index for temperature in primary variable vectors static const int temperatureIdx = energyEqIdx; //!< The index for temperature in primary variable vectors
}; };
} // end namespace // \}
} // end namespace Dumux
#endif #endif
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