Skip to content
Snippets Groups Projects
Commit 892d0fe8 authored by Andreas Lauser's avatar Andreas Lauser
Browse files

fix simplexgridcreator.hh

although it is not used ATM.

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7774 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 3c12387c
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ NEW_PROP_TAG(Grid); ...@@ -47,7 +47,7 @@ NEW_PROP_TAG(Grid);
* simplices. * simplices.
*/ */
template <class TypeTag> template <class TypeTag>
class StructuredSimplexGridCreator class SimplexGridCreator
{ {
typedef typename GET_PROP_TYPE(TypeTag, Scalar) Scalar; typedef typename GET_PROP_TYPE(TypeTag, Scalar) Scalar;
typedef typename GET_PROP_TYPE(TypeTag, Grid) Grid; typedef typename GET_PROP_TYPE(TypeTag, Grid) Grid;
...@@ -106,7 +106,7 @@ private: ...@@ -106,7 +106,7 @@ private:
}; };
template <class TypeTag> template <class TypeTag>
typename StructuredSimplexGridCreator<TypeTag>::GridPointer StructuredSimplexGridCreator<TypeTag>::simplexGrid_; typename SimplexGridCreator<TypeTag>::GridPointer SimplexGridCreator<TypeTag>::simplexGrid_;
} }
......
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