Fixed several typos in the heat index coefficients

This commit is contained in:
ulteq 2015-05-16 00:51:53 +02:00
parent 56eecfda03
commit 8b878552cb

View File

@ -20,12 +20,12 @@
#define SPECIFIC_GAS_CONSTANT_DRY_AIR 287.058 #define SPECIFIC_GAS_CONSTANT_DRY_AIR 287.058
// Heat index coefficients // Heat index coefficients
#define __C1 8.784695 #define __C1 -8.784695
#define __C2 1.61139411 #define __C2 1.61139411
#define __C3 2.338549 #define __C3 2.338549
#define __C4 0.14611605 #define __C4 -0.14611605
#define __C5 0.012308094 #define __C5 -0.012308094
#define __C6 0.016424828 #define __C6 -0.016424828
#define __C7 0.002211732 #define __C7 0.002211732
#define __C8 0.00072546 #define __C8 0.00072546
#define __C9 -0.000003582 #define __C9 -0.000003582