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

Definition at line 8412 of file t_erfa_c.c.

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

Referenced by main().

8427 {
8428  double d;
8429  int j;
8430 
8431 
8432  j = eraTf2d(' ', 23, 55, 10.9, &d);
8433 
8434  vvd(d, 0.9966539351851851852, 1e-12, "eraTf2d", "d", status);
8435  viv(j, 0, "eraTf2d", "j", status);
8436 
8437 }
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
int eraTf2d(char s, int ihour, int imin, double sec, double *days)
Definition: tf2d.c:4

+ Here is the call graph for this function:

+ Here is the caller graph for this function: