Changeset 7723 for trunk


Ignore:
Timestamp:
05/20/06 11:30:27 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7721 r7723  
    1818
    1919                                                 -*-*- 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
    2027
    2128 2006/05/19 Thomas Bretz
     
    140147
    141148   * mhflux/MAlphaFitter.cc:
    142      - fixed aproblem with the fit which could cause infinite loops
     149     - fixed a problem with the fit which could cause infinite loops
    143150       in the case of off-data. This did in no means effect the result,
    144151       just the performance.
  • trunk/MagicSoft/Mars/mreport/MReportCC.cc

    r7719 r7723  
    192192{
    193193    if (!CheckTag(str, "TD "))
    194         return kTRUE;
     194        return kFALSE;
    195195
    196196    // Skip the TD (discriminator delays) part of the report (for old
Note: See TracChangeset for help on using the changeset viewer.