Disable property macros.

Still available by manually overriding OPM_ENABLE_OLD_PROPERTY_MACROS,
but not by default. This change has been communicated for a long time.
This commit is contained in:
Atgeirr Flø Rasmussen 2020-10-19 09:54:31 +02:00
parent aa6d11c472
commit e04f5844ca

View File

@ -256,11 +256,6 @@ void printValues(std::ostream& os = std::cout)
} // end namespace Opm
// remove this after release 2020.10 to disable macros per default
#ifndef OPM_ENABLE_OLD_PROPERTY_MACROS
#define OPM_ENABLE_OLD_PROPERTY_MACROS 1
#endif
// remove this after release 2021.04 to remove macros completely
#if OPM_ENABLE_OLD_PROPERTY_MACROS
#include <opm/models/utils/propertysystemmacros.hh>