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

[nonisothermal] add typedef for the indices

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13292 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent ca130fff
No related merge requests found
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
namespace Dumux namespace Dumux
{ {
/*! /*!
* \ingroup fluidmatrixinteractionslaws * \ingroup fluidmatrixinteractionslaws
* *
...@@ -36,6 +37,7 @@ template<class TypeTag> ...@@ -36,6 +37,7 @@ template<class TypeTag>
class ThermalConductivitySimpleFluidLumping class ThermalConductivitySimpleFluidLumping
{ {
typedef typename GET_PROP_TYPE(TypeTag, Scalar) Scalar; typedef typename GET_PROP_TYPE(TypeTag, Scalar) Scalar;
typedef typename GET_PROP_TYPE(TypeTag, Indices) Indices;
enum { numEnergyEquations = GET_PROP_VALUE(TypeTag, NumEnergyEquations)}; enum { numEnergyEquations = GET_PROP_VALUE(TypeTag, NumEnergyEquations)};
......
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