mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
move PrintParameters to TypeTag-free parameter system
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user