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

Definition at line 8720 of file t_erfa_c.c.

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

Referenced by main().

8735 {
8736  double t1, t2;
8737  int j;
8738 
8739 
8740  j = eraUt1tt(2453750.5, 0.892104561, 64.8499, &t1, &t2);
8741 
8742  vvd(t1, 2453750.5, 1e-6, "eraUt1tt", "t1", status);
8743  vvd(t2, 0.8928551385462962963, 1e-12, "eraUt1tt", "t2", status);
8744  viv(j, 0, "eraUt1tt", "j", status);
8745 
8746 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
int eraUt1tt(double ut11, double ut12, double dt, double *tt1, double *tt2)
Definition: ut1tt.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: