Changeset 3949 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 05/03/04 18:08:07 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3945 r3949 37 37 38 38 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 39 45 40 46 * msignal/MTimeExtractor.[h,cc]
Note:
See TracChangeset
for help on using the changeset viewer.