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

Definition at line 4304 of file t_erfa_c.c.

References eraIcrs2g(), and vvd().

Referenced by main().

4319 {
4320  double dr, dd, dl, db;
4321 
4322  dr = 5.9338074302227188048671087;
4323  dd = -1.1784870613579944551540570;
4324  eraIcrs2g (dr, dd, &dl, &db);
4325  vvd(dl, 5.5850536063818546461558, 1e-14, "eraIcrs2g", "L", status);
4326  vvd(db, -0.7853981633974483096157, 1e-14, "eraIcrs2g", "B", status);
4327  }
void eraIcrs2g(double dr, double dd, double *dl, double *db)
Definition: icrs2g.c:3
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58

+ Here is the call graph for this function:

+ Here is the caller graph for this function: