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

Definition at line 1371 of file t_erfa_c.c.

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

Referenced by main().

1386 {
1387  double date1, date2, eo, ri, di, rc, dc;
1388  eraASTROM astrom;
1389 
1390 
1391  date1 = 2456165.5;
1392  date2 = 0.401182685;
1393  eraApci13(date1, date2, &astrom, &eo);
1394  ri = 2.710121572969038991;
1395  di = 0.1729371367218230438;
1396 
1397  eraAticq(ri, di, &astrom, &rc, &dc);
1398 
1399  vvd(rc, 2.710126504531374930, 1e-12, "eraAticq", "rc", status);
1400  vvd(dc, 0.1740632537628342320, 1e-12, "eraAticq", "dc", status);
1401 
1402 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraApci13(double date1, double date2, eraASTROM *astrom, double *eo)
Definition: apci13.c:3
void eraAticq(double ri, double di, eraASTROM *astrom, double *rc, double *dc)
Definition: aticq.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: