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

remove unused local typedef

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10265 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 7c1f3807
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,6 @@ namespace Dumux ...@@ -45,7 +45,6 @@ namespace Dumux
namespace Properties namespace Properties
{ {
NEW_PROP_TAG(Scalar); NEW_PROP_TAG(Scalar);
NEW_PROP_TAG(Grid);
NEW_PROP_TAG(GridCreator); NEW_PROP_TAG(GridCreator);
NEW_PROP_TAG(Problem); NEW_PROP_TAG(Problem);
NEW_PROP_TAG(TimeManager); NEW_PROP_TAG(TimeManager);
...@@ -312,7 +311,6 @@ int start_(int argc, ...@@ -312,7 +311,6 @@ int start_(int argc,
dumuxMessage_(true); dumuxMessage_(true);
typedef typename GET_PROP_TYPE(TypeTag, Scalar) Scalar; typedef typename GET_PROP_TYPE(TypeTag, Scalar) Scalar;
typedef typename GET_PROP_TYPE(TypeTag, Grid) Grid;
// Set by default (dumux/common/basicproperties.hh) to DgfGridCreator (dumux/io/dgfgridcreator.hh) // Set by default (dumux/common/basicproperties.hh) to DgfGridCreator (dumux/io/dgfgridcreator.hh)
typedef typename GET_PROP_TYPE(TypeTag, GridCreator) GridCreator; typedef typename GET_PROP_TYPE(TypeTag, GridCreator) GridCreator;
typedef typename GET_PROP_TYPE(TypeTag, Problem) Problem; typedef typename GET_PROP_TYPE(TypeTag, Problem) Problem;
......
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