]> git.mxchange.org Git - flightgear.git/commit
Change nav->get_elev() to nav->get_elev_ft() to convey the actual units
authorcurt <curt>
Sun, 14 Mar 2004 23:01:09 +0000 (23:01 +0000)
committercurt <curt>
Sun, 14 Mar 2004 23:01:09 +0000 (23:01 +0000)
commit2caa017a79761637f04375eaa7642a5d3483f66d
treef87d08297d33f57233144e77b6b6f140b1497f4a
parent78155104e8ab63d654bdac0ad1003d16c0c83910
Change nav->get_elev() to nav->get_elev_ft() to convey the actual units
explicitely.  This value has always been feet, but there were a couple places
in the code that assumed this elevation was meters.  The result was that you
could park directly over the top of the Black Forest VOR (112.50) NE of KCOS
and get a dme reading of 2.5 or so.  This problem is now resolved.
src/Instrumentation/adf.cxx
src/Instrumentation/dme.cxx