[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
@@ -57,7 +57,7 @@ template <class TypeTag>
class PowerInjectionProblem;
}
BEGIN_PROPERTIES
namespace Opm::Properties {
NEW_TYPE_TAG(PowerInjectionBaseProblem);
@@ -145,7 +145,7 @@ SET_SCALAR_PROP(PowerInjectionBaseProblem, EndTime, 100);
// The default for the initial time step size of the simulation
SET_SCALAR_PROP(PowerInjectionBaseProblem, InitialTimeStepSize, 1e-3);
END_PROPERTIES
} // namespace Opm::Properties
namespace Opm {
/*!