Changeset 9146 for trunk


Ignore:
Timestamp:
10/29/08 15:58:12 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9145 r9146  
    2525       away from the camera center
    2626     - DeltaPhi replaced by Angle to take declination into account
     27
     28   * mreport/MReport.cc:
     29     - fixed a typo (200805190 instead of 200605190)
    2730
    2831
  • trunk/MagicSoft/Mars/mreport/MReport.cc

    r9141 r9146  
    167167//    200510250  | 53813.5 |         |  200603190
    168168//    200604010  | 53863.5 |         |  200605080
    169 //    200605190  | 54711.5 |         |  200809030
     169//    200805190  | 54711.5 |         |  200809030
    170170//
    171171Int_t MReport::Interprete(TString &str, const MTime &start, const MTime &stop, Int_t ver)
     
    201201        ver=200605080;
    202202
    203     if (ver==200605190 && GetMjd()>54711.5)
     203    if (ver==200805190 && GetMjd()>54711.5)
    204204        ver=200809030;
    205205
Note: See TracChangeset for help on using the changeset viewer.