mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
changed: remove SET_BOOL_PROP macro usage
This commit is contained in:
@@ -39,7 +39,10 @@ struct EbosBrineTypeTag {
|
||||
}
|
||||
|
||||
// enable the brine extension of the black oil model
|
||||
SET_BOOL_PROP(EbosBrineTypeTag, EnableBrine, true);
|
||||
template<class TypeTag>
|
||||
struct EnableBrine<TypeTag, TTag::EbosBrineTypeTag> {
|
||||
static constexpr bool value = true;
|
||||
};
|
||||
|
||||
} // namespace Opm::Properties
|
||||
|
||||
|
||||
Reference in New Issue
Block a user