Changeset 19578
- Timestamp:
- Sep 16, 2008, 9:15:32 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroModelBoresite.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroModelBoresite.c
r15891 r19578 45 45 dPAR[PAR_RY] = +sntht*csphi; 46 46 dPAR[PAR_P0] = -PAR[PAR_RY]*sntht*snphi - PAR[PAR_RX]*cstht*csphi; 47 dPAR[PAR_T0] = -PAR[PAR_RY]* sntht*csphi - PAR[PAR_RX]*cstht*snphi;47 dPAR[PAR_T0] = -PAR[PAR_RY]*cstht*csphi - PAR[PAR_RX]*sntht*snphi; 48 48 } 49 49 return (value);
Note:
See TracChangeset
for help on using the changeset viewer.
