Changeset 2551 in Sophya for trunk/SophyaExt/XephemAstroLib/parallax.c
- Timestamp:
- Jun 15, 2004, 6:54:12 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/XephemAstroLib/parallax.c
r1719 r2551 2 2 #include <math.h> 3 3 4 #include "P_.h"5 4 #include "astro.h" 6 5 … … 14 13 */ 15 14 void 16 ta_par (tha, tdec, phi, ht, rho, aha, adec) 17 double tha, tdec, phi, ht, *rho; 18 double *aha, *adec; 15 ta_par (double tha, double tdec, double phi, double ht, double *rho, 16 double *aha, double *adec) 19 17 { 20 18 static double last_phi = 1000.0, last_ht = -1000.0, xobs, zobs; … … 42 40 43 41 /* For RCS Only -- Do Not Edit */ 44 static char *rcsid[2] = {(char *)rcsid, "@(#) $RCSfile: parallax.c,v $ $Date: 200 1-10-22 12:08:27 $ $Revision: 1.2$ $Name: not supported by cvs2svn $"};42 static char *rcsid[2] = {(char *)rcsid, "@(#) $RCSfile: parallax.c,v $ $Date: 2004-06-15 16:52:39 $ $Revision: 1.3 $ $Name: not supported by cvs2svn $"};
Note:
See TracChangeset
for help on using the changeset viewer.