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

Definition at line 5500 of file t_erfa_c.c.

References eraPmat76(), and vvd().

Referenced by main().

5515 {
5516  double rmatp[3][3];
5517 
5518 
5519  eraPmat76(2400000.5, 50123.9999, rmatp);
5520 
5521  vvd(rmatp[0][0], 0.9999995504328350733, 1e-12,
5522  "eraPmat76", "11", status);
5523  vvd(rmatp[0][1], 0.8696632209480960785e-3, 1e-14,
5524  "eraPmat76", "12", status);
5525  vvd(rmatp[0][2], 0.3779153474959888345e-3, 1e-14,
5526  "eraPmat76", "13", status);
5527 
5528  vvd(rmatp[1][0], -0.8696632209485112192e-3, 1e-14,
5529  "eraPmat76", "21", status);
5530  vvd(rmatp[1][1], 0.9999996218428560614, 1e-12,
5531  "eraPmat76", "22", status);
5532  vvd(rmatp[1][2], -0.1643284776111886407e-6, 1e-14,
5533  "eraPmat76", "23", status);
5534 
5535  vvd(rmatp[2][0], -0.3779153474950335077e-3, 1e-14,
5536  "eraPmat76", "31", status);
5537  vvd(rmatp[2][1], -0.1643306746147366896e-6, 1e-14,
5538  "eraPmat76", "32", status);
5539  vvd(rmatp[2][2], 0.9999999285899790119, 1e-12,
5540  "eraPmat76", "33", status);
5541 
5542 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraPmat76(double date1, double date2, double rmatp[3][3])
Definition: pmat76.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: