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

Definition at line 6500 of file t_erfa_c.c.

References eraPnm06a(), and vvd().

Referenced by main().

6515 {
6516  double rbpn[3][3];
6517 
6518 
6519  eraPnm06a(2400000.5, 50123.9999, rbpn);
6520 
6521  vvd(rbpn[0][0], 0.9999995832794205484, 1e-12,
6522  "eraPnm06a", "11", status);
6523  vvd(rbpn[0][1], 0.8372382772630962111e-3, 1e-14,
6524  "eraPnm06a", "12", status);
6525  vvd(rbpn[0][2], 0.3639684771140623099e-3, 1e-14,
6526  "eraPnm06a", "13", status);
6527 
6528  vvd(rbpn[1][0], -0.8372533744743683605e-3, 1e-14,
6529  "eraPnm06a", "21", status);
6530  vvd(rbpn[1][1], 0.9999996486492861646, 1e-12,
6531  "eraPnm06a", "22", status);
6532  vvd(rbpn[1][2], 0.4132905944611019498e-4, 1e-14,
6533  "eraPnm06a", "23", status);
6534 
6535  vvd(rbpn[2][0], -0.3639337469629464969e-3, 1e-14,
6536  "eraPnm06a", "31", status);
6537  vvd(rbpn[2][1], -0.4163377605910663999e-4, 1e-14,
6538  "eraPnm06a", "32", status);
6539  vvd(rbpn[2][2], 0.9999999329094260057, 1e-12,
6540  "eraPnm06a", "33", status);
6541 
6542 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraPnm06a(double date1, double date2, double rnpb[3][3])
Definition: pnm06a.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: