- Timestamp:
- 02/13/07 19:34:07 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mextralgo/MExtralgoSpline.h
r8308 r8316 222 222 inline void GetMaxAroundI(Int_t i, Float_t &xmax, Float_t &ymax) const 223 223 { 224 Float_t xmax1 , xmax2;225 Float_t ymax1 , ymax2;224 Float_t xmax1=0, xmax2=0; 225 Float_t ymax1=0, ymax2=0; 226 226 227 227 Bool_t rc1 = i>0 && GetMax(i-1, xmax1, ymax1);
Note:
See TracChangeset
for help on using the changeset viewer.