[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

@@ -33,7 +33,7 @@
#include <opm/models/discretization/ecfv/ecfvdiscretization.hh>
#include "problems/co2injectionproblem.hh"
BEGIN_PROPERTIES
namespace Opm::Properties {
// Create new type tags
namespace TTag {
@@ -41,7 +41,7 @@ struct Co2InjectionPvsEcfvProblem { using InheritsFrom = std::tuple<Co2Injection
} // end namespace TTag
SET_TAG_PROP(Co2InjectionPvsEcfvProblem, SpatialDiscretizationSplice, EcfvDiscretization);
END_PROPERTIES
} // namespace Opm::Properties
int main(int argc, char **argv)
{