From 8b878552cbebff19c721298d4f6dfb4aedebd387 Mon Sep 17 00:00:00 2001 From: ulteq Date: Sat, 16 May 2015 00:51:53 +0200 Subject: [PATCH] Fixed several typos in the heat index coefficients --- addons/weather/script_component.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/addons/weather/script_component.hpp b/addons/weather/script_component.hpp index bd7270d30b..bf16255590 100644 --- a/addons/weather/script_component.hpp +++ b/addons/weather/script_component.hpp @@ -20,12 +20,12 @@ #define SPECIFIC_GAS_CONSTANT_DRY_AIR 287.058 // Heat index coefficients -#define __C1 −8.784695 +#define __C1 -8.784695 #define __C2 1.61139411 #define __C3 2.338549 -#define __C4 −0.14611605 -#define __C5 −0.012308094 -#define __C6 −0.016424828 +#define __C4 -0.14611605 +#define __C5 -0.012308094 +#define __C6 -0.016424828 #define __C7 0.002211732 #define __C8 0.00072546 #define __C9 -0.000003582