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:
@@ -33,7 +33,11 @@
|
||||
|
||||
namespace Opm::Properties {
|
||||
|
||||
NEW_TYPE_TAG(EbosPlainTypeTag, INHERITS_FROM(BlackOilModel, EclBaseProblem));
|
||||
namespace TTag {
|
||||
struct EbosPlainTypeTag {
|
||||
using InheritsFrom = std::tuple<EclBaseProblem, BlackOilModel>;
|
||||
};
|
||||
}
|
||||
|
||||
} // namespace Opm::Properties
|
||||
|
||||
|
Reference in New Issue
Block a user