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

Definition at line 8664 of file t_erfa_c.c.

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

Referenced by main().

8679 {
8680  double u1, u2;
8681  int j;
8682 
8683 
8684  j = eraTtut1(2453750.5, 0.892855139, 64.8499, &u1, &u2);
8685 
8686  vvd(u1, 2453750.5, 1e-6, "eraTtut1", "u1", status);
8687  vvd(u2, 0.8921045614537037037, 1e-12, "eraTtut1", "u2", status);
8688  viv(j, 0, "eraTtut1", "j", status);
8689 
8690 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
int eraTtut1(double tt1, double tt2, double dt, double *ut11, double *ut12)
Definition: ttut1.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: