Ignore:
Timestamp:
Jun 15, 2004, 6:54:12 PM (21 years ago)
Author:
cmv
Message:

nouvelle version de xephem/libastro (3.6) cmv 15/6/04

File:
1 edited

Legend:

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

    r1719 r2551  
    33#include <math.h>
    44
    5 #include "P_.h"
    65#include "astro.h"
    76
     
    1211 */
    1312void
    14 heliocorr (jd, ra, dec, hcp)
    15 double jd, ra, dec;
    16 double *hcp;
     13heliocorr (double jd, double ra, double dec, double *hcp)
    1714{
    1815        double e;       /* obliquity of ecliptic */
     
    5249
    5350/* For RCS Only -- Do Not Edit */
    54 static char *rcsid[2] = {(char *)rcsid, "@(#) $RCSfile: helio.c,v $ $Date: 2001-10-22 12:08:27 $ $Revision: 1.2 $ $Name: not supported by cvs2svn $"};
     51static 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.