Changeset 3958 for trunk/MagicSoft/Mars
- Timestamp:
- 05/04/04 16:25:34 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3957 r3958 56 56 warnings any more. 57 57 58 * msignal/MExtractor.cc 59 * msignal/MExtractFixedWindow.cc 60 - put one initialization to 0 into the MExtractor 58 61 59 62 -
trunk/MagicSoft/Mars/msignal/MExtractor.cc
r3951 r3958 240 240 while (pixel.Next()) 241 241 { 242 Int_t sumhi ;243 Byte_t sathi ;242 Int_t sumhi = 0; 243 Byte_t sathi = 0; 244 244 245 245 FindSignalHiGain(pixel.GetHiGainSamples()+fHiGainFirst, pixel.GetLoGainSamples(), sumhi, sathi);
Note:
See TracChangeset
for help on using the changeset viewer.