]> git.mxchange.org Git - flightgear.git/commit
The WeatherDatabase doesn't need the voronoi code anymore but uses
authorcurt <curt>
Thu, 23 Dec 1999 16:54:54 +0000 (16:54 +0000)
committercurt <curt>
Thu, 23 Dec 1999 16:54:54 +0000 (16:54 +0000)
commit210e87ec3a91b15d0edd34d255e8a3b3c654952f
tree8a5febe158b803b989dea2b52cf4a2657c7026d0
parent1963e006c31bc2ed880557dd0c8778a57465e9cb
The WeatherDatabase doesn't need the voronoi code anymore but uses
Dave Eberly's spherical interpolation code (found in the Lib/Math
directory). So it would be great if you could give him also a place
in the thanks file.  Changing the WeatherDatabse made actually a heavy
internal redesign necessary but no code outside the database is
affected (isn't code hiding great?).
14 files changed:
src/WeatherCM/FGAirPressureItem.h
src/WeatherCM/FGLocalWeatherDatabase.cpp
src/WeatherCM/FGLocalWeatherDatabase.h
src/WeatherCM/FGPhysicalProperties.cpp
src/WeatherCM/FGPhysicalProperties.h
src/WeatherCM/FGPhysicalProperty.h
src/WeatherCM/FGTurbulenceItem.h
src/WeatherCM/FGWeatherFeature.h
src/WeatherCM/FGWeatherParse.cpp
src/WeatherCM/FGWeatherParse.h
src/WeatherCM/FGWeatherVectorWrap.h
src/WeatherCM/FGWindItem.h
src/WeatherCM/Makefile.am
src/WeatherCM/air-pressure-explanation.txt [new file with mode: 0644]