Changeset 9314 for trunk/MagicSoft/Mars/mastro
- Timestamp:
- 02/11/09 11:57:57 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mastro/MAstro.cc
r9305 r9314 338 338 // -------------------------------------------------------------------------- 339 339 // 340 // Convert a mjd to a number yymmdd. The century is just cut saway, e.g.340 // Convert a mjd to a number yymmdd. The century is just cut away, e.g. 341 341 // 54393 --> 71020 (2007/10/20) 342 342 // 50741 --> 971020 (1997/10/20) … … 355 355 // 356 356 // Convert a yymmdd number to mjd. The century is defined as 2000 for 357 // yy<70, 1900 elsewise.357 // yy<70, 1900 otherwise. 358 358 // 71020 --> 54393 (2007/10/20) 359 359 // 971020 --> 50741 (1997/10/20)
Note:
See TracChangeset
for help on using the changeset viewer.