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

Definition at line 8608 of file t_erfa_c.c.

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

Referenced by main().

8623 {
8624  double g1, g2;
8625  int j;
8626 
8627 
8628  j = eraTttcg(2453750.5, 0.892482639, &g1, &g2);
8629 
8630  vvd( g1, 2453750.5, 1e-6, "eraTttcg", "g1", status);
8631  vvd( g2, 0.8924900312508587113, 1e-12, "eraTttcg", "g2", status);
8632  viv(j, 0, "eraTttcg", "j", status);
8633 
8634 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
int eraTttcg(double tt1, double tt2, double *tcg1, double *tcg2)
Definition: tttcg.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: