changed: remove SET_BOOL_PROP macro usage

This commit is contained in:
Arne Morten Kvarving
2020-08-27 11:38:38 +02:00
parent e8248b44ff
commit 0e71c0e29b
28 changed files with 367 additions and 93 deletions

View File

@@ -36,7 +36,10 @@ struct EclFlowFoamProblem {
using InheritsFrom = std::tuple<EclFlowProblem>;
};
}
SET_BOOL_PROP(EclFlowFoamProblem, EnableFoam, true);
template<class TypeTag>
struct EnableFoam<TypeTag, TTag::EclFlowFoamProblem> {
static constexpr bool value = true;
};
}}
namespace Opm {