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

Definition at line 8748 of file t_erfa_c.c.

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

Referenced by main().

8763 {
8764  double u1, u2;
8765  int j;
8766 
8767 
8768  j = eraUt1utc(2453750.5, 0.892104561, 0.3341, &u1, &u2);
8769 
8770  vvd(u1, 2453750.5, 1e-6, "eraUt1utc", "u1", status);
8771  vvd(u2, 0.8921006941018518519, 1e-12, "eraUt1utc", "u2", status);
8772  viv(j, 0, "eraUt1utc", "j", status);
8773 
8774 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
int eraUt1utc(double ut11, double ut12, double dut1, double *utc1, double *utc2)
Definition: ut1utc.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: