Changeset 3505


Ignore:
Timestamp:
03/15/04 16:23:43 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3504 r3505  
    2323   * mastro/MObservatory.[h,cc]
    2424     - remove bugs in RotationAngle(theta, phi, sin, cos)
     25       replaced
     26         cos = sinl + cosl*cosp /denom;
     27       by
     28         cos = (sinl - cosl*cosp) /denom;
    2529
    2630
Note: See TracChangeset for help on using the changeset viewer.