Changeset 3324 for trunk/MagicSoft/Mars/mreport
- Timestamp:
- 02/26/04 10:05:37 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mreport
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mreport/MReport.cc
r2892 r3324 110 110 return kFALSE; 111 111 112 // return -1: This is the special case: out of time limit 112 113 if (start && *fTime<start) 113 return kCONTINUE;114 return -1; 114 115 if (stop && *fTime>stop) 115 return kCONTINUE;116 return -1; 116 117 117 118 const Int_t rc = InterpreteBody(str); -
trunk/MagicSoft/Mars/mreport/MReportFileRead.cc
r2892 r3324 264 264 *fLog << warn << "WARNING - Interpretation of '" << rep->GetName() << "' failed (Line #" << fNumLine << ")... skipped." << endl; 265 265 break; 266 case -1: // This is the special case: out of time limit 267 return kCONTINUE; 266 268 } 267 269
Note:
See TracChangeset
for help on using the changeset viewer.