Ignore:
Timestamp:
06/15/07 14:01:51 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8519 r8561  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MPedestalSubtractedEvt.cc,v 1.4 2007-05-16 13:56:17 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MPedestalSubtractedEvt.cc,v 1.5 2007-06-15 12:58:57 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    150150
    151151    for (const Float_t *ptr=beg+1; ptr<=sam+last; ptr++)
    152         if (*++ptr>*max)
     152        if (*ptr>*max)
    153153            max = ptr;
    154154
     
    178178
    179179    for (const Byte_t *ptr=beg+1; ptr<=sam+last; ptr++)
    180         if (*++ptr>*max)
     180        if (*ptr>*max)
    181181            max = ptr;
    182182
Note: See TracChangeset for help on using the changeset viewer.