Changeset 381:1e32fa836a07


Ignore:
Timestamp:
12/21/12 06:12:03 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Fixed some typos causing the Boeing 767 and CRJ 200 models to be unable to query fuel information (#164)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/fsuipc.py

    r368 r381  
    16781678        super(B767Model, self). \
    16791679            __init__(flapsNotches = [0, 1, 5, 15, 20, 25, 30],
    1680                      fuelTanks = Boeing767Model.fuelTanks,
     1680                     fuelTanks = B767Model.fuelTanks,
    16811681                     numEngines = 2)
    16821682
     
    20342034                   const.AIRCRAFT_B762  : B767Model,
    20352035                   const.AIRCRAFT_B763  : B767Model,
    2036                    const.AIRCRAFT_CRJ2  : B767Model,
     2036                   const.AIRCRAFT_CRJ2  : CRJ2Model,
    20372037                   const.AIRCRAFT_F70   : F70Model,
    20382038                   const.AIRCRAFT_DC3   : DC3Model,
Note: See TracChangeset for help on using the changeset viewer.