diff --git a/dumux/common/start.hh b/dumux/common/start.hh index 280d0150bf1b022fb6f184685b66b8cfc7159603..5596477882f7aaa05e0c98e0a48cd33786124ad3 100644 --- a/dumux/common/start.hh +++ b/dumux/common/start.hh @@ -45,7 +45,6 @@ namespace Dumux namespace Properties { NEW_PROP_TAG(Scalar); -NEW_PROP_TAG(Grid); NEW_PROP_TAG(GridCreator); NEW_PROP_TAG(Problem); NEW_PROP_TAG(TimeManager); @@ -312,7 +311,6 @@ int start_(int argc, dumuxMessage_(true); 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) typedef typename GET_PROP_TYPE(TypeTag, GridCreator) GridCreator; typedef typename GET_PROP_TYPE(TypeTag, Problem) Problem;