mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
aa6d11c472
commit
e04f5844ca
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user