move PrintParameters to TypeTag-free parameter system

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

View File

@@ -74,8 +74,7 @@ struct PredeterminedTimeStepsFile { static constexpr auto value = ""; };
* 0 means 'no', 1 means 'yes', 2 means 'print only to logfiles'. The
* default is 2.
*/
template<class TypeTag, class MyTypeTag>
struct PrintParameters { using type = Properties::UndefinedProperty; };
struct PrintParameters { static constexpr int value = 2; };
//! The default value for the simulation's restart time
template<class TypeTag, class MyTypeTag>