]> git.mxchange.org Git - simgear.git/commit
In certain degenerate situations on the FlightGear side when the flight
authorcurt <curt>
Wed, 5 Dec 2001 22:31:03 +0000 (22:31 +0000)
committercurt <curt>
Wed, 5 Dec 2001 22:31:03 +0000 (22:31 +0000)
commit74f10486bca01e26ef9aaa50da1f283b05340f45
treece2530fa79e38ab0730ea8856235c7e8a7545cf7
parent2b12425a622d39784a57015e3e72829a12762826
In certain degenerate situations on the FlightGear side when the flight
model math blows up, the lat/lon could be nan.  Thus updateLocal() could
potentially called with nan arguments if FlightGear is reiniting from a
blown up state.  This is a bug in FlightGear, but I've added a simple
check to catch this so updateLocal() is robust if called under these
circumstances.
simgear/timing/sg_time.cxx