FACT++  1.0
void palDjcl ( double  djm,
int *  iy,
int *  im,
int *  id,
double *  fd,
int *  j 
)

Definition at line 529 of file palOne2One.c.

References eraJd2cal(), and PAL__MJD0.

Referenced by t_djcal().

529  {
530  *j = eraJd2cal( PAL__MJD0, djm, iy, im, id, fd );
531 }
int eraJd2cal(double dj1, double dj2, int *iy, int *im, int *id, double *fd)
Definition: jd2cal.c:3
static const double PAL__MJD0
Definition: palmac.h:96

+ Here is the call graph for this function:

+ Here is the caller graph for this function: