mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
changed: remove NEW_TYPE_TAG macro usage
This commit is contained in:
+5
-1
@@ -53,7 +53,11 @@ public:
|
||||
|
||||
namespace Opm::Properties {
|
||||
|
||||
NEW_TYPE_TAG(EbosAltIdxTypeTag, INHERITS_FROM(EbosTypeTag));
|
||||
namespace TTag {
|
||||
struct EbosAltIdxTypeTag {
|
||||
using InheritsFrom = std::tuple<EbosTypeTag>;
|
||||
};
|
||||
}
|
||||
|
||||
// use a fluid system with different indices than the default
|
||||
SET_PROP(EbosAltIdxTypeTag, FluidSystem)
|
||||
|
||||
Reference in New Issue
Block a user