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
@@ -36,7 +36,11 @@
namespace Opm {
namespace Properties {
NEW_TYPE_TAG(EclFlowOilWaterBrineProblem, INHERITS_FROM(EclFlowProblem));
namespace TTag {
struct EclFlowOilWaterBrineProblem {
using InheritsFrom = std::tuple<EclFlowProblem>;
};
}
SET_BOOL_PROP(EclFlowOilWaterBrineProblem, EnableBrine, true);
//! The indices required by the model
SET_PROP(EclFlowOilWaterBrineProblem, Indices)