Ignore:
Timestamp:
02/11/09 11:57:57 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mastro/MAstro.cc

    r9305 r9314  
    338338// --------------------------------------------------------------------------
    339339//
    340 // Convert a mjd to a number yymmdd. The century is just cuts away, e.g.
     340// Convert a mjd to a number yymmdd. The century is just cut away, e.g.
    341341//   54393 -->  71020   (2007/10/20)
    342342//   50741 --> 971020   (1997/10/20)
     
    355355//
    356356// Convert a yymmdd number to mjd. The century is defined as 2000 for
    357 // yy<70, 1900 elsewise.
     357// yy<70, 1900 otherwise.
    358358//    71020 --> 54393 (2007/10/20)
    359359//   971020 --> 50741 (1997/10/20)
Note: See TracChangeset for help on using the changeset viewer.