Ignore:
Timestamp:
05/03/04 18:08:07 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3945 r3949  
    3737
    3838 2004/05/03: Markus Gaug
     39
     40   * mraw/MRawEvtPixelIter.cc
     41     - corrected bug in GetIdxMaxLoGainSamples() which looped over
     42       one slice too much
     43        end = fLoGainPos + fNumLoGainSamples + 1 replaced by:
     44        end = fLoGainPos + fNumLoGainSamples
    3945
    4046   * msignal/MTimeExtractor.[h,cc]
Note: See TracChangeset for help on using the changeset viewer.