Changeset 4541


Ignore:
Timestamp:
08/07/04 15:23:37 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4539 r4541  
    3737   * mcalib/MHCalibrationTestCam.cc
    3838     - 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
    3943
    4044
  • trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc

    r4402 r4541  
    10661066
    10671067  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));
    10701070
    10711071  //
Note: See TracChangeset for help on using the changeset viewer.