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

Definition at line 8301 of file t_erfa_c.c.

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

Referenced by main().

8316 {
8317  double t1, t2;
8318  int j;
8319 
8320 
8321  j = eraTcgtt(2453750.5, 0.892862531, &t1, &t2);
8322 
8323  vvd(t1, 2453750.5, 1e-6, "eraTcgtt", "t1", status);
8324  vvd(t2, 0.8928551387488816828, 1e-12, "eraTcgtt", "t2", status);
8325  viv(j, 0, "eraTcgtt", "j", status);
8326 
8327 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
int eraTcgtt(double tcg1, double tcg2, double *tt1, double *tt2)
Definition: tcgtt.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: