Ignore:
Timestamp:
Jan 17, 2005, 11:13:08 AM (21 years ago)
Author:
cmv
Message:

update pour version 3.6.3 Xephem cmv 17/01/04

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/XephemAstroLib/plshadow.c

    r2551 r2643  
    66#define sqr(x)          ((x)*(x))
    77
    8 /* given a time, a planet, the sun, the planet's eq pole position and a
     8/* given a planet, the sun, the planet's eq pole position and a
    99 * position of a satellite (as eq x=+e y=+s z=front in planet radii) find x,y
    1010 * position of shadow.
     
    1212 */
    1313int
    14 plshadow (Now *np, Obj *op, Obj *sop, double polera, double poledec, double x,
    15 double y, double z, double *sxp, double *syp)
     14plshadow (Obj *op, Obj *sop, double polera, double poledec, double x,
     15double y, double z, float *sxp, float *syp)
    1616{
    1717        /* equatorial to ecliptic sky-plane rotation */
     
    4848
    4949/* For RCS Only -- Do Not Edit */
    50 static char *rcsid[2] = {(char *)rcsid, "@(#) $RCSfile: plshadow.c,v $ $Date: 2004-06-15 16:54:12 $ $Revision: 1.1 $ $Name: not supported by cvs2svn $"};
     50static 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.