Changeset 3498 for trunk/MagicSoft/Mars/mastro/MObservatory.cc
- Timestamp:
- 03/15/04 13:11:14 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mastro/MObservatory.cc
r3497 r3498 138 138 const Double_t denom = TMath::Sqrt(v1*v1 + v2*v2); 139 139 140 sin = (fCosLatitude*sinp)/ denom;141 cos = sinl + cosl*cosp/ denom;140 sin = fCosLatitude*sinp / denom; 141 cos = (sinl - cosl*cosp) / denom; 142 142 } 143 143
Note:
See TracChangeset
for help on using the changeset viewer.