changed: remove NEW_TYPE_TAG macro usage

This commit is contained in:
Arne Morten Kvarving
2020-08-27 13:01:51 +02:00
parent 914053ac3c
commit e8248b44ff
42 changed files with 213 additions and 56 deletions
+5 -1
View File
@@ -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)