]> git.mxchange.org Git - flightgear.git/commit
Use a real function to wrap isfinite differences.
authorJames Turner <zakalawe@mac.com>
Sun, 22 Dec 2013 11:18:48 +0000 (11:18 +0000)
committerJames Turner <zakalawe@mac.com>
Sun, 22 Dec 2013 11:18:48 +0000 (11:18 +0000)
commit0940a339071ad3662c795a42dddd7546928968f7
treed6d2c65df81888a282478d2c4f3043d566badb8e
parent43358a24183cc9b03bde55f3430a56da6c1a1932
Use a real function to wrap isfinite differences.

Don't worry about compiler ability to inline the macro for the moment;
use a real function to ensure lookup is stable on different compilers.
src/AIModel/AIAircraft.cxx
src/AIModel/AIShip.cxx