Ignore:
Timestamp:
04/23/04 10:40:01 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MHCalibrationCam.cc

    r3774 r3819  
    442442  fAverageSectorNum.      Set(nsectors);
    443443
     444  for (Int_t aidx=0; aidx<nareas; aidx++)
     445      fAverageAreaNum[aidx] = 0;
     446
     447  for (Int_t sector=0; sector<nsectors; sector++)
     448      fAverageSectorNum[sector] = 0;
     449
    444450  for (Int_t i=0; i<npixels; i++)
    445451    {
Note: See TracChangeset for help on using the changeset viewer.