Forward compatibility: flex
[foam-extend-3.2.git] / src / equationReader / include / versionSpecific.H
blobb95a5fae991ea2a68f393b8a8f8006e17fd9a34c
1 // If your OpenFOAM version number is 1.7.x or less, comment out the next line:
2 // #define ThisIsFoamVersion2
4 #ifdef ThisIsFoamVersion2
5 #   ifndef MathConstantScope
6 #      define MathConstantScope constant::mathematical
7 #   endif
8 #else
9 #   ifndef MathConstantScope
10 #      define MathConstantScope mathematicalConstant
11 #   endif
12 #endif