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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user