From 94a667a061ab7a0c8322aaeb520a6bf2697ed6a1 Mon Sep 17 00:00:00 2001 From: david Date: Sat, 11 May 2002 23:27:03 +0000 Subject: [PATCH] Changed WeatherPrecision to double; this may help to avoid compile errors (untested). --- src/WeatherCM/FGWeatherDefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.5