mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-01 12:06:54 -06:00
Merge pull request #630 from atgeirr/disable-property-macros
Disable property macros.
This commit is contained in:
commit
c2049ca096
@ -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