Changeset 4541
- Timestamp:
- 08/07/04 15:23:37 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4539 r4541 37 37 * mcalib/MHCalibrationTestCam.cc 38 38 - adapt class for the interpolation of pixels. 39 40 * mcalib/MCalibrationChargeCalc.cc 41 - fixed a small bug in the calculation of average number of 42 photo-electrons 39 43 40 44 -
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
r4402 r4541 1066 1066 1067 1067 memset(numareavalid,0,nareas*sizeof(Int_t)); 1068 memset(areaphes ,0,nareas*sizeof( Int_t));1069 memset(areavars ,0,nareas*sizeof( Int_t));1068 memset(areaphes ,0,nareas*sizeof(Float_t)); 1069 memset(areavars ,0,nareas*sizeof(Float_t)); 1070 1070 1071 1071 //
Note:
See TracChangeset
for help on using the changeset viewer.