Skip to content
Snippets Groups Projects
Commit 595cf60e authored by Natalie Schröder's avatar Natalie Schröder
Browse files

[dim vs dimworld]

fix bug in 3p3cnifluxvaribles.hh (missing definition of dimworld)

reviewed by C.Grueninger



git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13405 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 45d6dd4b
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,8 @@ class ThreePThreeCNIFluxVariables : public ThreePThreeCFluxVariables<TypeTag> ...@@ -58,7 +58,8 @@ class ThreePThreeCNIFluxVariables : public ThreePThreeCFluxVariables<TypeTag>
typedef typename GET_PROP_TYPE(TypeTag, ElementVolumeVariables) ElementVolumeVariables; typedef typename GET_PROP_TYPE(TypeTag, ElementVolumeVariables) ElementVolumeVariables;
enum { enum {
dim = GridView::dimension dim = GridView::dimension,
dimWorld = GridView::dimensionworld
}; };
typedef typename GET_PROP_TYPE(TypeTag, FVElementGeometry) FVElementGeometry; typedef typename GET_PROP_TYPE(TypeTag, FVElementGeometry) FVElementGeometry;
......
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