more double promote fixes, still not complete

This commit is contained in:
Ingo Weyrich
2020-01-21 14:01:27 +01:00
parent b2443b0e7e
commit 806c086fbc
4 changed files with 134 additions and 134 deletions

View File

@@ -147,6 +147,7 @@ public:
constexpr static double u0 = 4.0 * static_cast<double>(D50x) / (static_cast<double>(D50x) + 15 + 3 * static_cast<double>(D50z));
constexpr static double v0 = 9.0 / (static_cast<double>(D50x) + 15 + 3 * static_cast<double>(D50z));
constexpr static double epskap = 8.0;
constexpr static float epskapf = epskap;
constexpr static float c1By116 = 1.0 / 116.0;
constexpr static float c16By116 = 16.0 / 116.0;