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

Definition at line 8329 of file t_erfa_c.c.

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

Referenced by main().

8344 {
8345  double b1, b2;
8346  int j;
8347 
8348 
8349  j = eraTdbtcb(2453750.5, 0.892855137, &b1, &b2);
8350 
8351  vvd( b1, 2453750.5, 1e-6, "eraTdbtcb", "b1", status);
8352  vvd( b2, 0.8930195997253656716, 1e-12, "eraTdbtcb", "b2", status);
8353  viv(j, 0, "eraTdbtcb", "j", status);
8354 
8355 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
static void viv(int ival, int ivalok, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:24
int eraTdbtcb(double tdb1, double tdb2, double *tcb1, double *tcb2)
Definition: tdbtcb.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: