]> git.mxchange.org Git - flightgear.git/commit
Vassilii Khachaturov:
authorehofman <ehofman>
Sat, 22 Oct 2005 13:37:13 +0000 (13:37 +0000)
committerehofman <ehofman>
Sat, 22 Oct 2005 13:37:13 +0000 (13:37 +0000)
commit3188b395c8cd7011b21c11d2ab054cb045a45671
tree3a64f4471d14e57fcc75ae1aa5770e5cc8545513
parentf938af25925962b64a107f2d95529b6d588e921d
Vassilii Khachaturov:

I found that all the current users of the companion
function, findByFreq() actually did assume radians despite the misleading
comment in the .hxx and .cxx saying it's degrees. I've fixed the
comment now, and no longer change the Navaids code. The new Navaids user
in NewWaypoint() is now passing radians to the findByIdent().

Note that along with fixing the comments in the navlist.hxx, I removed
an obsolete method findByLoc() declaration (there is no definition
anywhere).
src/Autopilot/auto_gui.cxx
src/Navaids/navlist.cxx
src/Navaids/navlist.hxx