]> git.mxchange.org Git - flightgear.git/commitdiff
Changed WeatherPrecision to double; this may help to avoid compile
authordavid <david>
Sat, 11 May 2002 23:27:03 +0000 (23:27 +0000)
committerdavid <david>
Sat, 11 May 2002 23:27:03 +0000 (23:27 +0000)
errors (untested).

src/WeatherCM/FGWeatherDefs.h

index f357a9f3e2b9bb7c96559e8491efb4aad7a4147c..77f6c3a68d39feab60752a98fc3a084392450425 100644 (file)
@@ -51,7 +51,7 @@ HISTORY
 /****************************************************************************/
 /* DEFINES                                                                 */
 /****************************************************************************/
-typedef float WeatherPrecision;
+typedef double WeatherPrecision;
 
 //set the minimum visibility to get a at least half way realistic weather
 #define MINIMUM_WEATHER_VISIBILITY 10.0    /* metres */