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

Definition at line 8804 of file t_erfa_c.c.

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

Referenced by main().

8819 {
8820  double u1, u2;
8821  int j;
8822 
8823 
8824  j = eraUtcut1(2453750.5, 0.892100694, 0.3341, &u1, &u2);
8825 
8826  vvd(u1, 2453750.5, 1e-6, "eraUtcut1", "u1", status);
8827  vvd(u2, 0.8921045608981481481, 1e-12, "eraUtcut1", "u2", status);
8828  viv(j, 0, "eraUtcut1", "j", status);
8829 
8830 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
int eraUtcut1(double utc1, double utc2, double dut1, double *ut11, double *ut12)
Definition: utcut1.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: