mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
changed: remove NEW_PROP_TAG macro usage
This commit is contained in:
@@ -63,7 +63,10 @@
|
||||
|
||||
namespace Opm::Properties {
|
||||
|
||||
NEW_PROP_TAG(EnableTerminalOutput);
|
||||
template<class TypeTag, class MyTypeTag>
|
||||
struct EnableTerminalOutput {
|
||||
using type = UndefinedProperty;
|
||||
};
|
||||
|
||||
} // namespace Opm::Properties
|
||||
|
||||
|
||||
Reference in New Issue
Block a user