Changeset 4926
- Timestamp:
- 09/10/04 15:40:24 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mreport/MReportTrigger.cc
r4921 r4926 394 394 395 395 // Check the Version of CC file, and takes care of the differences 396 // introduced in the format of the report. 397 398 //if (ver<).... 399 400 // Check the length of the report to take care of the differences 401 // introduced in the format of the report (!Preliminary! the 402 // Version number of the CC file should be used instead) 403 404 if (str.Length() < 1000) 405 { 406 *fLog << warn << " TRIGGER-REPORT: old report without IPRs" <<endl; 396 // introduced in the format of the report (on May 2004). 397 398 if (ver < 200405050) 399 { 400 *fLog << warn << " WARNING - This is an old TRIGGER-REPORT without IPRs" <<endl; 407 401 return InterpreteOldBody(str); 408 402 }
Note:
See TracChangeset
for help on using the changeset viewer.