Changeset 7723
- Timestamp:
- 05/20/06 11:30:27 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7721 r7723 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2006/05/20 Thomas Bretz 22 23 * mreport/MReportCC.cc: 24 - fixed a typo in InterpreteTD which was introduced yesterday 25 26 20 27 21 28 2006/05/19 Thomas Bretz … … 140 147 141 148 * mhflux/MAlphaFitter.cc: 142 - fixed a problem with the fit which could cause infinite loops149 - fixed a problem with the fit which could cause infinite loops 143 150 in the case of off-data. This did in no means effect the result, 144 151 just the performance. -
trunk/MagicSoft/Mars/mreport/MReportCC.cc
r7719 r7723 192 192 { 193 193 if (!CheckTag(str, "TD ")) 194 return k TRUE;194 return kFALSE; 195 195 196 196 // Skip the TD (discriminator delays) part of the report (for old
Note:
See TracChangeset
for help on using the changeset viewer.