changed: remove BEGIN_PROPERTIES/END_PROPERTIES macro usage

This commit is contained in:
Arne Morten Kvarving
2020-08-21 13:42:08 +02:00
parent e8bf79d774
commit 70908d9017
35 changed files with 88 additions and 91 deletions

View File

@@ -54,7 +54,7 @@
#include <opm/simulators/linalg/bda/BdaBridge.hpp>
#endif
BEGIN_PROPERTIES
namespace Opm::Properties {
NEW_TYPE_TAG(FlowIstlSolver, INHERITS_FROM(FlowIstlSolverParams));
@@ -74,7 +74,7 @@ public:
typedef typename Opm::Linear::IstlSparseMatrixAdapter<Block> type;
};
END_PROPERTIES
} // namespace Opm::Properties
namespace Opm
{