]> git.mxchange.org Git - flightgear.git/commit
Bugfix. The engine thrust is recalculated based on the current N1 value
authorandy <andy>
Wed, 12 Jun 2002 08:23:05 +0000 (08:23 +0000)
committerandy <andy>
Wed, 12 Jun 2002 08:23:05 +0000 (08:23 +0000)
commita682823adaf0fded092a7c6cfc5d099c27525ba8
tree8ba23e9b30404294e8ceeebf447d92fc85e88bad
parent2c5eb44cc3206cbdd0f76e00120df7171301cf49
Bugfix.  The engine thrust is recalculated based on the current N1 value
(and not the throttle setting), but the recalculation left in a degeneracy
when the target/throttle setting was exactly zero.  Zero times a big number
is still zero.  Fixed to use real math, not theoretical math.
src/FDM/YASim/Jet.cpp