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

Definition at line 8580 of file t_erfa_c.c.

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

Referenced by main().

8595 {
8596  double a1, a2;
8597  int j;
8598 
8599 
8600  j = eraTttai(2453750.5, 0.892482639, &a1, &a2);
8601 
8602  vvd(a1, 2453750.5, 1e-6, "eraTttai", "a1", status);
8603  vvd(a2, 0.892110139, 1e-12, "eraTttai", "a2", status);
8604  viv(j, 0, "eraTttai", "j", status);
8605 
8606 }
int eraTttai(double tt1, double tt2, double *tai1, double *tai2)
Definition: tttai.c:3
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: