Changeset 1454 for trunk/MagicSoft
- Timestamp:
- 07/30/02 14:22:33 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1452 r1454 1 1 -*-*- END -*-*- 2 3 2002/07/29: Thomas Bretz 4 5 * manalysis/MImgCleanStd.cc: 6 - changed ispixused from static size to dynamicly allocated size 7 (thanks to Markus Gaug) 8 9 2 10 3 11 2002/07/29: Thomas Bretz -
trunk/MagicSoft/Mars/manalysis/MImgCleanStd.cc
r1394 r1454 125 125 // (MCerPhotEvt::IsPixelUsed) all the time. 126 126 // 127 Byte_t ispixused[577];127 Byte_t *ispixused = new Byte_t[fEvt->GetNumPixels()]; 128 128 129 129 for (Int_t i=0; i<entries; i++) … … 178 178 pix.SetPixelUnused(); 179 179 } 180 181 delete ispixused; 180 182 181 183 //
Note:
See TracChangeset
for help on using the changeset viewer.