Changeset 427:c22e253505d1


Ignore:
Timestamp:
02/16/13 19:06:41 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
xplane
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Fixed the CoG calculation for the FJS DH8D model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/xplane.py

    r426 r427  
    17091709        state.antiCollisionLightsOn = \
    17101710          state.antiCollisionLightsOn or state.strobeLightsOn
     1711        state.cog = 100.0 * (state.cog / 0.0254 + 21.504) / 94.512
    17111712
    17121713        return state
Note: See TracChangeset for help on using the changeset viewer.