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

Definition at line 2954 of file t_erfa_c.c.

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

Referenced by main().

2969 {
2970  double u1, u2;
2971  int j;
2972 
2973 
2974  j = eraDtf2d("UTC", 1994, 6, 30, 23, 59, 60.13599, &u1, &u2);
2975 
2976  vvd(u1+u2, 2449534.49999, 1e-6, "eraDtf2d", "u", status);
2977  viv(j, 0, "eraDtf2d", "j", status);
2978 
2979 }
int eraDtf2d(const char *scale, int iy, int im, int id, int ihr, int imn, double sec, double *d1, double *d2)
Definition: dtf2d.c:4
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
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: