From: david Date: Sat, 11 May 2002 23:27:03 +0000 (+0000) Subject: Changed WeatherPrecision to double; this may help to avoid compile X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=94a667a061ab7a0c8322aaeb520a6bf2697ed6a1;p=flightgear.git Changed WeatherPrecision to double; this may help to avoid compile errors (untested). --- diff --git a/src/WeatherCM/FGWeatherDefs.h b/src/WeatherCM/FGWeatherDefs.h index f357a9f3e..77f6c3a68 100644 --- a/src/WeatherCM/FGWeatherDefs.h +++ b/src/WeatherCM/FGWeatherDefs.h @@ -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 */