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

Definition at line 1934 of file t_erfa_c.c.

References eraBpn2xy(), and vvd().

Referenced by main().

1949 {
1950  double rbpn[3][3], x, y;
1951 
1952 
1953  rbpn[0][0] = 9.999962358680738e-1;
1954  rbpn[0][1] = -2.516417057665452e-3;
1955  rbpn[0][2] = -1.093569785342370e-3;
1956 
1957  rbpn[1][0] = 2.516462370370876e-3;
1958  rbpn[1][1] = 9.999968329010883e-1;
1959  rbpn[1][2] = 4.006159587358310e-5;
1960 
1961  rbpn[2][0] = 1.093465510215479e-3;
1962  rbpn[2][1] = -4.281337229063151e-5;
1963  rbpn[2][2] = 9.999994012499173e-1;
1964 
1965  eraBpn2xy(rbpn, &x, &y);
1966 
1967  vvd(x, 1.093465510215479e-3, 1e-12, "eraBpn2xy", "x", status);
1968  vvd(y, -4.281337229063151e-5, 1e-12, "eraBpn2xy", "y", status);
1969 
1970 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraBpn2xy(double rbpn[3][3], double *x, double *y)
Definition: bpn2xy.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: