Ignore:
Timestamp:
05/18/12 15:19:28 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added support for the charter configuration version of the Boeing 737-800

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/checks.py

    r184 r191  
    831831    def isCondition(self, flight, aircraft, oldState, state):
    832832        """Check if the fault condition holds."""
    833         return not flight.entranceExam and \
     833       return not flight.entranceExam and \
    834834               flight.stage==const.STAGE_PUSHANDTAXI and \
    835835               PayloadChecker.isZFWFaulty(state.zfw, flight.zfw)
Note: See TracChangeset for help on using the changeset viewer.