move PredeterminedTimeStepsFile to TypeTag-free parameter system

This commit is contained in:
Arne Morten Kvarving
2024-07-05 17:49:51 +02:00
parent db62f4d936
commit 6c7f40b786
3 changed files with 4 additions and 10 deletions

View File

@@ -65,9 +65,8 @@ struct InitialTimeStepSize { using type = Properties::UndefinedProperty; };
//! Set a value for the ParameterFile property
struct ParameterFile { static constexpr auto value = ""; };
//! The name of the file with a number of forced time step lengths
template<class TypeTag, class MyTypeTag>
struct PredeterminedTimeStepsFile { using type = Properties::UndefinedProperty; };
//! By default, do not force any time steps
struct PredeterminedTimeStepsFile { static constexpr auto value = ""; };
/*!
* \brief Print all parameters on startup?