[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

@@ -57,7 +57,7 @@ template <class TypeTag>
class Tutorial1Problem;
}
BEGIN_PROPERTIES
namespace Opm::Properties {
// Create a new type tag for the problem
// Create new type tags
@@ -137,7 +137,7 @@ struct CellsY<TypeTag, TTag::Tutorial1Problem> { static constexpr int value = 1;
template<class TypeTag>
struct CellsZ<TypeTag, TTag::Tutorial1Problem> { static constexpr int value = 1; }; /*@\label{tutorial1:default-params-end}@*/
END_PROPERTIES
} // namespace Opm::Properties
namespace Opm {
//! Tutorial problem using the "immiscible" model.