Skip to content
Snippets Groups Projects
Commit 736136b7 authored by Thomas Fetzer's avatar Thomas Fetzer
Browse files

[tutorial] added dimWorld to fix the solution file

reviewed by hommel


git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12340 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 35e162d2
No related branches found
No related tags found
No related merge requests found
...@@ -90,7 +90,9 @@ class Ex2TutorialProblemCoupled : public ImplicitPorousMediaProblem<TypeTag> /*@ ...@@ -90,7 +90,9 @@ class Ex2TutorialProblemCoupled : public ImplicitPorousMediaProblem<TypeTag> /*@
typedef typename GET_PROP_TYPE(TypeTag, GridView) GridView; typedef typename GET_PROP_TYPE(TypeTag, GridView) GridView;
// Grid dimension // Grid dimension
enum { dim = GridView::dimension }; enum { dim = GridView::dimension,
dimWorld = GridView::dimensionworld
};
// Types from DUNE-Grid // Types from DUNE-Grid
typedef typename GridView::template Codim<0>::Entity Element; typedef typename GridView::template Codim<0>::Entity Element;
......
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