Changeset 8548 for trunk/MagicSoft/Mars/mextralgo/MExtralgoSpline.h
- Timestamp:
- 06/11/07 21:30:35 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mextralgo/MExtralgoSpline.h
r8546 r8548 165 165 return sum; 166 166 */ 167 168 if (a==b) 169 return 0; 170 167 171 Double_t sum=0; 168 172 for (const Float_t *ptr=fDer2+a+1; ptr<fDer2+b; ptr++)
Note:
See TracChangeset
for help on using the changeset viewer.