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

Definition at line 8385 of file t_erfa_c.c.

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

Referenced by main().

8400 {
8401  double a;
8402  int j;
8403 
8404 
8405  j = eraTf2a('+', 4, 58, 20.2, &a);
8406 
8407  vvd(a, 1.301739278189537429, 1e-12, "eraTf2a", "a", status);
8408  viv(j, 0, "eraTf2a", "j", status);
8409 
8410 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
int eraTf2a(char s, int ihour, int imin, double sec, double *rad)
Definition: tf2a.c:4
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: