Changeset 8316


Ignore:
Timestamp:
02/13/07 19:34:07 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mextralgo/MExtralgoSpline.h

    r8308 r8316  
    222222    inline void GetMaxAroundI(Int_t i, Float_t &xmax, Float_t &ymax) const
    223223    {
    224         Float_t xmax1, xmax2;
    225         Float_t ymax1, ymax2;
     224        Float_t xmax1=0, xmax2=0;
     225        Float_t ymax1=0, ymax2=0;
    226226
    227227        Bool_t rc1 = i>0      && GetMax(i-1, xmax1, ymax1);
Note: See TracChangeset for help on using the changeset viewer.