Changeset 9423 for trunk/MagicSoft
- Timestamp:
- 04/16/09 11:32:16 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mreport/MReport.cc
r9146 r9423 168 168 // 200604010 | 53863.5 | | 200605080 169 169 // 200805190 | 54711.5 | | 200809030 170 // 200812040 | 54814.5 | | 200812140 170 171 // 171 172 Int_t MReport::Interprete(TString &str, const MTime &start, const MTime &stop, Int_t ver) … … 204 205 ver=200809030; 205 206 207 if (ver==200812040 && GetMjd()>54814.5) 208 ver=200812140; 209 206 210 // Interprete body (contents) of report 207 211 const Int_t rc = InterpreteBody(str, ver);
Note:
See TracChangeset
for help on using the changeset viewer.