Changeset 526:2e4586c9280c
- Timestamp:
- 06/29/13 11:34:16 (11 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/acft.py
r512 r526 497 497 """Log the V1, Vr and V2 value either newly, or by updating the 498 498 corresponding line.""" 499 message = " Speeds calculated by the pilot: V1: %s, VR: %s, V2: %s" % \499 message = "Calc. TO speeds: V1: %s, VR: %s, V2: %s" % \ 500 500 (self._speedToLog(self._flight.v1), 501 501 self._speedToLog(self._flight.vr),
Note:
See TracChangeset
for help on using the changeset viewer.