]> git.mxchange.org Git - flightgear.git/commit
Add a small bit of nan/fpe protection. It's possible that this routine
authorCurtis L. Olson <curtolson@gmail.com>
Mon, 20 Dec 2010 18:20:57 +0000 (12:20 -0600)
committerCurtis L. Olson <curtolson@gmail.com>
Mon, 20 Dec 2010 18:20:57 +0000 (12:20 -0600)
commitf8015bf54f5439a9fa70661ac31a10ef8c81f58f
tree8c2ee74ddf64d3383b7fc4c6e78f1349ebd6de8b
parent3f00b27926696d832167d44fa6c9d0a41a409a61
Add a small bit of nan/fpe protection.  It's possible that this routine
could be called with a zero dt which would then lead to a divide by zero
error if we ran through all the computations.
src/AIModel/AIShip.cxx