Changeset 546:707f2520f2d4
- Timestamp:
- 01/01/14 09:49:24 (11 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/checks.py
r539 r546 955 955 if n1>5: numEnginesRunning += 1 956 956 957 print "TupolevAntiCollisionLightsChecker: n1", state.n1, 958 print ", numEnginesRunning:", numEnginesRunning, 959 print ", stage:", flight.stage, 960 print ", antiCollisionLightsOn:", state.antiCollisionLightsOn, 961 print ", parking:", state.parking, 962 print 963 957 964 if flight.stage==const.STAGE_PARKING or \ 958 965 (flight.stage==const.STAGE_TAXIAFTERLAND and state.parking):
Note:
See TracChangeset
for help on using the changeset viewer.