[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

View File

@@ -39,7 +39,7 @@
#include <string>
BEGIN_PROPERTIES
namespace Opm::Properties {
///////////////////////////////////
// Type tag definitions:
@@ -256,6 +256,6 @@ SET_SCALAR_PROP(NumericModel, RestartTime, -1e35);
SET_STRING_PROP(NumericModel, PredeterminedTimeStepsFile, "");
END_PROPERTIES
} // namespace Opm::Properties
#endif

View File

@@ -221,7 +221,7 @@ private:
} // namespace Opm
BEGIN_PROPERTIES
namespace Opm::Properties {
// type tag which is supposed to spliced in or inherited from if the
// parameter system is to be used
@@ -284,7 +284,7 @@ private:
};
END_PROPERTIES
} // namespace Opm::Properties
namespace Opm {