changed: remove NEW_PROP_TAG macro usage

This commit is contained in:
Arne Morten Kvarving
2020-08-27 11:38:38 +02:00
parent 941e4916f8
commit 93a3ebf8f7
14 changed files with 468 additions and 117 deletions

View File

@@ -63,7 +63,10 @@
namespace Opm::Properties {
NEW_PROP_TAG(EnableTerminalOutput);
template<class TypeTag, class MyTypeTag>
struct EnableTerminalOutput {
using type = UndefinedProperty;
};
} // namespace Opm::Properties