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

Definition at line 3323 of file t_erfa_c.c.

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

Referenced by main().

3338 {
3339  double pvh[2][3], pvb[2][3];
3340  int j;
3341 
3342 
3343  j = eraEpv00(2400000.5, 53411.52501161, pvh, pvb);
3344 
3345  vvd(pvh[0][0], -0.7757238809297706813, 1e-14,
3346  "eraEpv00", "ph(x)", status);
3347  vvd(pvh[0][1], 0.5598052241363340596, 1e-14,
3348  "eraEpv00", "ph(y)", status);
3349  vvd(pvh[0][2], 0.2426998466481686993, 1e-14,
3350  "eraEpv00", "ph(z)", status);
3351 
3352  vvd(pvh[1][0], -0.1091891824147313846e-1, 1e-15,
3353  "eraEpv00", "vh(x)", status);
3354  vvd(pvh[1][1], -0.1247187268440845008e-1, 1e-15,
3355  "eraEpv00", "vh(y)", status);
3356  vvd(pvh[1][2], -0.5407569418065039061e-2, 1e-15,
3357  "eraEpv00", "vh(z)", status);
3358 
3359  vvd(pvb[0][0], -0.7714104440491111971, 1e-14,
3360  "eraEpv00", "pb(x)", status);
3361  vvd(pvb[0][1], 0.5598412061824171323, 1e-14,
3362  "eraEpv00", "pb(y)", status);
3363  vvd(pvb[0][2], 0.2425996277722452400, 1e-14,
3364  "eraEpv00", "pb(z)", status);
3365 
3366  vvd(pvb[1][0], -0.1091874268116823295e-1, 1e-15,
3367  "eraEpv00", "vb(x)", status);
3368  vvd(pvb[1][1], -0.1246525461732861538e-1, 1e-15,
3369  "eraEpv00", "vb(y)", status);
3370  vvd(pvb[1][2], -0.5404773180966231279e-2, 1e-15,
3371  "eraEpv00", "vb(z)", status);
3372 
3373  viv(j, 0, "eraEpv00", "j", status);
3374 
3375 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
int eraEpv00(double date1, double date2, double pvh[2][3], double pvb[2][3])
Definition: epv00.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: