diff --git a/dumux/common/timemanager.hh b/dumux/common/timemanager.hh index 972bfa5854c34d918269a8c3653a508fa258947f..7d67a38c8c5fee28743cd228f7ce667db12f58d2 100644 --- a/dumux/common/timemanager.hh +++ b/dumux/common/timemanager.hh @@ -32,6 +32,7 @@ #endif #include "propertysystem.hh" +#include "parameters.hh" namespace Dumux { @@ -39,6 +40,7 @@ namespace Properties { NEW_PROP_TAG(Scalar); NEW_PROP_TAG(Problem); +NEW_PROP_TAG(TimeManagerMaxTimeStepSize); } /*!