]> git.mxchange.org Git - flightgear.git/commit
Fixes from Maik Justus:
authorandy <andy>
Mon, 7 Aug 2006 16:49:26 +0000 (16:49 +0000)
committerandy <andy>
Mon, 7 Aug 2006 16:49:26 +0000 (16:49 +0000)
commit16b11e311c8783a3e8fb794dba76299a8328cbc6
tree430db98a5ced541566e5253e3654f344eb34bba0
parenteb38d1f92b865e39fe6c2693a24bd8825e5fe7c4
Fixes from Maik Justus:
+ The wing compilation step was accidentally omitting regions that lie
  between the tips and the first/last control object.  That's a real
  problem for wings that contain no controls, and a significant issue
  for those that contain only a few.  I'm stunned that this went
  undetected for so long.
+ The Surface::flapLift() function was oddly returning 1.0 Newtons as
  a minimum, instead of zero.
src/FDM/YASim/Surface.cpp
src/FDM/YASim/Wing.cpp