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

Definition at line 3908 of file t_erfa_c.c.

References eraG2icrs(), and vvd().

Referenced by main().

3923 {
3924  double dl, db, dr, dd;
3925 
3926 
3927  dl = 5.5850536063818546461558105;
3928  db = -0.7853981633974483096156608;
3929  eraG2icrs (dl, db, &dr, &dd);
3930  vvd(dr, 5.9338074302227188048671, 1e-14, "eraG2icrs", "R", status);
3931  vvd(dd, -1.1784870613579944551541, 1e-14, "eraG2icrs", "D", status);
3932  }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraG2icrs(double dl, double db, double *dr, double *dd)
Definition: g2icrs.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: