do explicit put properties into the the Ewoms::Properties namespace anymore

instead, do it implicitly by using the BEGIN_PROPERTIES and
END_PROPERTIES macros.
This commit is contained in:
Andreas Lauser
2018-06-15 20:22:07 +02:00
parent 739a0ef0d0
commit 26e6d56930
16 changed files with 96 additions and 43 deletions
+4 -3
View File
@@ -75,12 +75,13 @@
std::abort(); \
}
namespace Ewoms {
namespace Properties {
BEGIN_PROPERTIES
NEW_TYPE_TAG(TestEclOutputTypeTag, INHERITS_FROM(BlackOilModel, EclBaseProblem));
SET_BOOL_PROP(TestEclOutputTypeTag, EnableGravity, false);
SET_BOOL_PROP(TestEclOutputTypeTag, EnableAsyncEclOutput, false);
}}
END_PROPERTIES
static const int day = 24 * 60 * 60;