Changeset 2643 in Sophya for trunk/SophyaExt/XephemAstroLib/plshadow.c
- Timestamp:
- Jan 17, 2005, 11:13:08 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/XephemAstroLib/plshadow.c
r2551 r2643 6 6 #define sqr(x) ((x)*(x)) 7 7 8 /* given a time, aplanet, the sun, the planet's eq pole position and a8 /* given a planet, the sun, the planet's eq pole position and a 9 9 * position of a satellite (as eq x=+e y=+s z=front in planet radii) find x,y 10 10 * position of shadow. … … 12 12 */ 13 13 int 14 plshadow ( Now *np,Obj *op, Obj *sop, double polera, double poledec, double x,15 double y, double z, double *sxp, double*syp)14 plshadow (Obj *op, Obj *sop, double polera, double poledec, double x, 15 double y, double z, float *sxp, float *syp) 16 16 { 17 17 /* equatorial to ecliptic sky-plane rotation */ … … 48 48 49 49 /* For RCS Only -- Do Not Edit */ 50 static char *rcsid[2] = {(char *)rcsid, "@(#) $RCSfile: plshadow.c,v $ $Date: 200 4-06-15 16:54:12 $ $Revision: 1.1$ $Name: not supported by cvs2svn $"};50 static char *rcsid[2] = {(char *)rcsid, "@(#) $RCSfile: plshadow.c,v $ $Date: 2005-01-17 10:13:06 $ $Revision: 1.2 $ $Name: not supported by cvs2svn $"};
Note:
See TracChangeset
for help on using the changeset viewer.