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

Definition at line 8357 of file t_erfa_c.c.

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

Referenced by main().

8372 {
8373  double t1, t2;
8374  int j;
8375 
8376 
8377  j = eraTdbtt(2453750.5, 0.892855137, -0.000201, &t1, &t2);
8378 
8379  vvd(t1, 2453750.5, 1e-6, "eraTdbtt", "t1", status);
8380  vvd(t2, 0.8928551393263888889, 1e-12, "eraTdbtt", "t2", status);
8381  viv(j, 0, "eraTdbtt", "j", status);
8382 
8383 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
int eraTdbtt(double tdb1, double tdb2, double dtr, double *tt1, double *tt2)
Definition: tdbtt.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: