Changeset 17863 for trunk/Mars/mextralgo
- Timestamp:
- 05/15/14 19:10:20 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mextralgo/MExtralgoSpline.cc
r17857 r17863 215 215 Int_t i = TMath::FloorNint(x); 216 216 if (i<0) 217 return - 2;217 return -3; 218 218 219 219 Double_t rc = FindYdn(i, y, 0, x-i); … … 236 236 Int_t i = TMath::FloorNint(x); 237 237 if (i>fNum-2) 238 return - 2;238 return -3; 239 239 240 240 Double_t rc = FindYup(i, y, x-i, 1.);
Note:
See TracChangeset
for help on using the changeset viewer.