[properties] replace BEGIN/END_PROPERTIES macro calls

This commit is contained in:
Bernd Flemisch
2020-06-08 17:11:48 +02:00
parent 880c5223ac
commit 725c022e69
114 changed files with 234 additions and 234 deletions
+2 -2
View File
@@ -68,7 +68,7 @@ namespace Co2Injection {
//! \endcond
}
BEGIN_PROPERTIES
namespace Opm::Properties {
NEW_TYPE_TAG(Co2InjectionBaseProblem);
@@ -188,7 +188,7 @@ SET_SCALAR_PROP(Co2InjectionBaseProblem, InitialTimeStepSize, 250);
// The default DGF file to load
SET_STRING_PROP(Co2InjectionBaseProblem, GridFile, "data/co2injection.dgf");
END_PROPERTIES
} // namespace Opm::Properties
namespace Opm {
/*!