Changeset 446:105a13edc85d for src/mlx
- Timestamp:
- 03/02/13 09:14:56 (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/checks.py
r443 r446 1118 1118 (flight.stage in 1119 1119 [const.STAGE_CRUISE, const.STAGE_DESCENT, 1120 const.STAGE_LANDING, const.STAGE_GOAROUND] or \ 1120 const.STAGE_GOAROUND] or \ 1121 (flight.stage==const.STAGE_LANDING and 1122 state.groundSpeed>50.0) or \ 1121 1123 ((not state.autoXPDR or \ 1122 1124 (self._liftOffTime is not None and
Note:
See TracChangeset
for help on using the changeset viewer.