Ignore:
Timestamp:
04/13/06 15:59:48 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mreport/MReport.cc

    r7487 r7639  
    120120//   Old Version | MjdMin  | MjdMax  | New Version
    121121//  -------------+---------+---------+-------------
    122 //   200504130   | 53548.0 | 53567.0 | 200506300
    123 //   200503170   | 53446.5 | 53447.5 | 200502240
     122//    200504130  | 53548.0 | 53567.0 |  200506300
     123//    200503170  | 53446.5 | 53447.5 |  200502240
     124//    200508290  | 53643.5 |         |  200509300
     125//    200510250  | 53801.5 | 53813.5 |  200603080
     126//    200510250  | 53813.5 |         |  200603190
    124127//
    125128Int_t MReport::Interprete(TString &str, const MTime &start, const MTime &stop, Int_t ver)
     
    146149        ver=200509300;
    147150
     151    if (ver==200510250 && GetMjd()>53801.5 && GetMjd()<53813.5)
     152        ver=200603080;
     153
     154    if (ver==200510250 && GetMjd()>53813.5)
     155        ver=200603190;
     156
    148157    // Interprete body (contents) of report
    149158    const Int_t rc = InterpreteBody(str, ver);
Note: See TracChangeset for help on using the changeset viewer.