mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -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
|
} // 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
|
// remove this after release 2021.04 to remove macros completely
|
||||||
#if OPM_ENABLE_OLD_PROPERTY_MACROS
|
#if OPM_ENABLE_OLD_PROPERTY_MACROS
|
||||||
#include <opm/models/utils/propertysystemmacros.hh>
|
#include <opm/models/utils/propertysystemmacros.hh>
|
||||||
|
Loading…
Reference in New Issue
Block a user