Ignore:
Timestamp:
06/10/12 12:32:09 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Added support for calculating speeds in km/h for Soviet aircraft

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/const.py

    r231 r241  
    44
    55# The version of the program
    6 VERSION="0.3"
     6VERSION="0.4"
    77
    88#-------------------------------------------------------------------------------
     
    1616# The ratio between feet and metre
    1717FEETTOMETRES=0.3048
     18
     19#-------------------------------------------------------------------------------
     20
     21# The ratio between knots and km/h
     22KNOTSTOKMPH=1.852
     23
     24# The ratio between km/h and knots
     25KMPHTOKNOTS=1/1.852
    1826
    1927#-------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.