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

Definition at line 1250 of file t_erfa_c.c.

References eraApci13(), eraAtciqz(), and vvd().

Referenced by main().

1265 {
1266  double date1, date2, eo, rc, dc, ri, di;
1267  eraASTROM astrom;
1268 
1269 
1270  date1 = 2456165.5;
1271  date2 = 0.401182685;
1272  eraApci13(date1, date2, &astrom, &eo);
1273  rc = 2.71;
1274  dc = 0.174;
1275 
1276  eraAtciqz(rc, dc, &astrom, &ri, &di);
1277 
1278  vvd(ri, 2.709994899247599271, 1e-12, "eraAtciqz", "ri", status);
1279  vvd(di, 0.1728740720983623469, 1e-12, "eraAtciqz", "di", status);
1280 
1281 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraAtciqz(double rc, double dc, eraASTROM *astrom, double *ri, double *di)
Definition: atciqz.c:3
void eraApci13(double date1, double date2, eraASTROM *astrom, double *eo)
Definition: apci13.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: