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

Documented the non-GUI modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/util.py

    r134 r298  
    1 # Various utilities
    21
    32import math
     
    65#------------------------------------------------------------------------------
    76
    8 # The average of the radius at the poles and a the equator, in metres
     7## @package mlx.util
     8#
     9# Utilities.
     10
     11#------------------------------------------------------------------------------
     12
     13## The average of the radius at the poles and a the equator, in metres
    914#EARTH_RADIUS=6367467.4
    1015EARTH_RADIUS=6371000
Note: See TracChangeset for help on using the changeset viewer.