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

Definition at line 8189 of file t_erfa_c.c.

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

Referenced by main().

8204 {
8205  double t1, t2;
8206  int j;
8207 
8208 
8209  j = eraTaitt(2453750.5, 0.892482639, &t1, &t2);
8210 
8211  vvd(t1, 2453750.5, 1e-6, "eraTaitt", "t1", status);
8212  vvd(t2, 0.892855139, 1e-12, "eraTaitt", "t2", status);
8213  viv(j, 0, "eraTaitt", "j", status);
8214 
8215 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
int eraTaitt(double tai1, double tai2, double *tt1, double *tt2)
Definition: taitt.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: