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

Definition at line 3799 of file t_erfa_c.c.

References eraFk5hz(), and vvd().

Referenced by main().

3814 {
3815  double r5, d5, rh, dh;
3816 
3817 
3818  r5 = 1.76779433;
3819  d5 = -0.2917517103;
3820 
3821  eraFk5hz(r5, d5, 2400000.5, 54479.0, &rh, &dh);
3822 
3823  vvd(rh, 1.767794191464423978, 1e-12, "eraFk5hz", "ra", status);
3824  vvd(dh, -0.2917516001679884419, 1e-12, "eraFk5hz", "dec", status);
3825 
3826 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraFk5hz(double r5, double d5, double date1, double date2, double *rh, double *dh)
Definition: fk5hz.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: