Changeset 2551 in Sophya for trunk/SophyaExt/XephemAstroLib/helio.c
- Timestamp:
- Jun 15, 2004, 6:54:12 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/XephemAstroLib/helio.c
r1719 r2551 3 3 #include <math.h> 4 4 5 #include "P_.h"6 5 #include "astro.h" 7 6 … … 12 11 */ 13 12 void 14 heliocorr (jd, ra, dec, hcp) 15 double jd, ra, dec; 16 double *hcp; 13 heliocorr (double jd, double ra, double dec, double *hcp) 17 14 { 18 15 double e; /* obliquity of ecliptic */ … … 52 49 53 50 /* For RCS Only -- Do Not Edit */ 54 static char *rcsid[2] = {(char *)rcsid, "@(#) $RCSfile: helio.c,v $ $Date: 200 1-10-22 12:08:27 $ $Revision: 1.2$ $Name: not supported by cvs2svn $"};51 static char *rcsid[2] = {(char *)rcsid, "@(#) $RCSfile: helio.c,v $ $Date: 2004-06-15 16:52:38 $ $Revision: 1.3 $ $Name: not supported by cvs2svn $"};
Note:
See TracChangeset
for help on using the changeset viewer.