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

[dim vs dimWorld]

missing GlobalPosition 



git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13395 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent f57bf951
No related branches found
No related tags found
No related merge requests found
...@@ -64,6 +64,7 @@ class ThreePThreeCNIFluxVariables : public ThreePThreeCFluxVariables<TypeTag> ...@@ -64,6 +64,7 @@ class ThreePThreeCNIFluxVariables : public ThreePThreeCFluxVariables<TypeTag>
typedef typename GET_PROP_TYPE(TypeTag, FVElementGeometry) FVElementGeometry; typedef typename GET_PROP_TYPE(TypeTag, FVElementGeometry) FVElementGeometry;
typedef Dune::FieldVector<CoordScalar, dim> DimVector; typedef Dune::FieldVector<CoordScalar, dim> DimVector;
typedef Dune::FieldVector<CoordScalar, dimWorld> GlobalPosition;
public: public:
/*! /*!
......
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