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

Definition at line 2685 of file t_erfa_c.c.

References eraCal2jd(), viv(), and vvd().

Referenced by main().

2700 {
2701  int j;
2702  double djm0, djm;
2703 
2704 
2705  j = eraCal2jd(2003, 06, 01, &djm0, &djm);
2706 
2707  vvd(djm0, 2400000.5, 0.0, "eraCal2jd", "djm0", status);
2708  vvd(djm, 52791.0, 0.0, "eraCal2jd", "djm", status);
2709 
2710  viv(j, 0, "eraCal2jd", "j", status);
2711 
2712 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
int eraCal2jd(int iy, int im, int id, double *djm0, double *djm)
Definition: cal2jd.c:3
static void viv(int ival, int ivalok, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:24

+ Here is the call graph for this function:

+ Here is the caller graph for this function: