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

Definition at line 3242 of file t_erfa_c.c.

References eraEpb2jd(), and vvd().

Referenced by main().

3257 {
3258  double epb, djm0, djm;
3259 
3260 
3261  epb = 1957.3;
3262 
3263  eraEpb2jd(epb, &djm0, &djm);
3264 
3265  vvd(djm0, 2400000.5, 1e-9, "eraEpb2jd", "djm0", status);
3266  vvd(djm, 35948.1915101513, 1e-9, "eraEpb2jd", "mjd", status);
3267 
3268 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraEpb2jd(double epb, double *djm0, double *djm)
Definition: epb2jd.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: