mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
changed: remove NEW_TYPE_TAG macro usage
This commit is contained in:
@@ -32,7 +32,11 @@
|
||||
|
||||
namespace Opm::Properties {
|
||||
|
||||
NEW_TYPE_TAG(EbosBrineTypeTag, INHERITS_FROM(EbosTypeTag));
|
||||
namespace TTag {
|
||||
struct EbosBrineTypeTag {
|
||||
using InheritsFrom = std::tuple<EbosTypeTag>;
|
||||
};
|
||||
}
|
||||
|
||||
// enable the brine extension of the black oil model
|
||||
SET_BOOL_PROP(EbosBrineTypeTag, EnableBrine, true);
|
||||
|
||||
Reference in New Issue
Block a user