Changeset 641:2f923133126c
- Timestamp:
- 06/21/15 07:08:47 (9 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/xplane.py
r640 r641 1753 1753 state.cog = (state.cog / 0.0254 + 21.504) / 94.512 1754 1754 1755 # It seems that N1 does not always go down to 0 properly 1756 # (maybe due to winds?) 1757 state.n1 = [0 if n1<2.0 else n1 for n1 in state.n1] 1758 1755 1759 return state 1756 1760
Note:
See TracChangeset
for help on using the changeset viewer.