Ignore:
Timestamp:
05/07/04 15:04:27 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mpedestal/MPedCalcPedRun.cc

    r4005 r4006  
    397397        fWindowSizeHiGain -= diff;
    398398      else
    399         fWindowSizeLoGain += fWindowSizeHiGain;
     399        {
     400          fWindowSizeLoGain += fWindowSizeHiGain;
     401          fWindowSizeHiGain = 0;
     402        }
    400403    }
    401404
Note: See TracChangeset for help on using the changeset viewer.