Ignore:
Timestamp:
05/13/05 19:50:48 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeSpline.cc

    r7029 r7034  
    10751075
    10761076    sum = 0.;
    1077     for (Int_t i=0; i<=n; i++)
     1077    for (Int_t i=0; i<n; i++)
    10781078    {
    10791079        const Float_t x = start+i*step;
     
    11171117
    11181118    sum = 0.;
    1119     for (Int_t i=0; i<=n; i++)
     1119    for (Int_t i=0; i<n; i++)
    11201120    {
    11211121        const Float_t x = start+i*step;
Note: See TracChangeset for help on using the changeset viewer.