[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

@@ -36,7 +36,7 @@
#include <iostream>
BEGIN_PROPERTIES
namespace Opm::Properties {
///////////////////
// Define some hierarchy of type tags:
@@ -145,7 +145,7 @@ struct Payload<TypeTag, TTag::Pickup> { static constexpr int value = 5; };
template<class TypeTag>
struct TopSpeed<TypeTag, TTag::HummerH1> { static constexpr int value = getPropValue<TTag::Pickup, TopSpeed>(); };
END_PROPERTIES
} // namespace Opm::Properties
int main()