Changeset 3505
- Timestamp:
- 03/15/04 16:23:43 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3504 r3505 23 23 * mastro/MObservatory.[h,cc] 24 24 - remove bugs in RotationAngle(theta, phi, sin, cos) 25 replaced 26 cos = sinl + cosl*cosp /denom; 27 by 28 cos = (sinl - cosl*cosp) /denom; 25 29 26 30
Note:
See TracChangeset
for help on using the changeset viewer.