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:
@@ -43,7 +43,11 @@ class EbosProblem;
|
||||
|
||||
namespace Opm::Properties {
|
||||
|
||||
NEW_TYPE_TAG(EbosTypeTag, INHERITS_FROM(BlackOilModel, EclBaseProblem, FlowModelParameters));
|
||||
namespace TTag {
|
||||
struct EbosTypeTag {
|
||||
using InheritsFrom = std::tuple<FlowModelParameters, EclBaseProblem, BlackOilModel>;
|
||||
};
|
||||
}
|
||||
|
||||
// Set the problem class
|
||||
SET_TYPE_PROP(EbosTypeTag, Problem, Opm::EbosProblem<TypeTag>);
|
||||
|
||||
Reference in New Issue
Block a user