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

Definition at line 8636 of file t_erfa_c.c.

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

Referenced by main().

8651 {
8652  double b1, b2;
8653  int j;
8654 
8655 
8656  j = eraTttdb(2453750.5, 0.892855139, -0.000201, &b1, &b2);
8657 
8658  vvd(b1, 2453750.5, 1e-6, "eraTttdb", "b1", status);
8659  vvd(b2, 0.8928551366736111111, 1e-12, "eraTttdb", "b2", status);
8660  viv(j, 0, "eraTttdb", "j", status);
8661 
8662 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
int eraTttdb(double tt1, double tt2, double dtr, double *tdb1, double *tdb2)
Definition: tttdb.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: