move NewtonWriteConvergence to TypeTag-free parameter system

This commit is contained in:
Arne Morten Kvarving
2024-08-13 20:13:18 +02:00
parent 36b05f9295
commit 6d649be5db
10 changed files with 12 additions and 46 deletions
-5
View File
@@ -97,11 +97,6 @@ template<class TypeTag>
struct EnableGravity<TypeTag, Properties::TTag::InfiltrationBaseProblem>
{ static constexpr bool value = true; };
// Write newton convergence?
template<class TypeTag>
struct NewtonWriteConvergence<TypeTag, Properties::TTag::InfiltrationBaseProblem>
{ static constexpr bool value = false; };
} // namespace Opm::Parameters
namespace Opm {