FACT++  1.0
static void t_epj2jd ( int *  status)
static

Definition at line 3295 of file t_erfa_c.c.

References eraEpj2jd(), and vvd().

Referenced by main().

3310 {
3311  double epj, djm0, djm;
3312 
3313 
3314  epj = 1996.8;
3315 
3316  eraEpj2jd(epj, &djm0, &djm);
3317 
3318  vvd(djm0, 2400000.5, 1e-9, "eraEpj2jd", "djm0", status);
3319  vvd(djm, 50375.7, 1e-9, "eraEpj2jd", "mjd", status);
3320 
3321 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraEpj2jd(double epj, double *djm0, double *djm)
Definition: epj2jd.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: