Changeset 10025 for trunk/Cosy/main
- Timestamp:
- 10/21/10 11:25:16 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosy/main/MMoonPointing.cc
r10008 r10025 140 140 // This is a sanity check for the case the Interpolation failed 141 141 const Double_t norm = TMath::Hypot(fcos, fsin); 142 if ( TMath::Abs(norm-1)>0.001)142 if (norm<0.996 || norm>1.001) 143 143 { 144 144 gLog << warn << "WARNING - Local moon position Zd/Az=";
Note:
See TracChangeset
for help on using the changeset viewer.