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

Definition at line 8273 of file t_erfa_c.c.

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

Referenced by main().

8288 {
8289  double b1, b2;
8290  int j;
8291 
8292 
8293  j = eraTcbtdb(2453750.5, 0.893019599, &b1, &b2);
8294 
8295  vvd(b1, 2453750.5, 1e-6, "eraTcbtdb", "b1", status);
8296  vvd(b2, 0.8928551362746343397, 1e-12, "eraTcbtdb", "b2", status);
8297  viv(j, 0, "eraTcbtdb", "j", status);
8298 
8299 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
int eraTcbtdb(double tcb1, double tcb2, double *tdb1, double *tdb2)
Definition: tcbtdb.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: