mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fixed: EnableDebuggingChecks is a property, not a parameter
This commit is contained in:
@@ -142,15 +142,11 @@ template<class TypeTag>
|
||||
struct LinearSolverSplice<TypeTag, TTag::FlowProblem>
|
||||
{ using type = TTag::FlowIstlSolver; };
|
||||
|
||||
} // namespace Opm::Properties
|
||||
|
||||
namespace Opm::Parameters {
|
||||
|
||||
template<class TypeTag>
|
||||
struct EnableDebuggingChecks<TypeTag, Properties::TTag::FlowProblem>
|
||||
struct EnableDebuggingChecks<TypeTag, TTag::FlowProblem>
|
||||
{ static constexpr bool value = false; };
|
||||
|
||||
}
|
||||
} // namespace Opm::Properties
|
||||
|
||||
namespace Opm {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user