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

Definition at line 6588 of file t_erfa_c.c.

References eraPom00(), and vvd().

Referenced by main().

6603 {
6604  double xp, yp, sp, rpom[3][3];
6605 
6606 
6607  xp = 2.55060238e-7;
6608  yp = 1.860359247e-6;
6609  sp = -0.1367174580728891460e-10;
6610 
6611  eraPom00(xp, yp, sp, rpom);
6612 
6613  vvd(rpom[0][0], 0.9999999999999674721, 1e-12,
6614  "eraPom00", "11", status);
6615  vvd(rpom[0][1], -0.1367174580728846989e-10, 1e-16,
6616  "eraPom00", "12", status);
6617  vvd(rpom[0][2], 0.2550602379999972345e-6, 1e-16,
6618  "eraPom00", "13", status);
6619 
6620  vvd(rpom[1][0], 0.1414624947957029801e-10, 1e-16,
6621  "eraPom00", "21", status);
6622  vvd(rpom[1][1], 0.9999999999982695317, 1e-12,
6623  "eraPom00", "22", status);
6624  vvd(rpom[1][2], -0.1860359246998866389e-5, 1e-16,
6625  "eraPom00", "23", status);
6626 
6627  vvd(rpom[2][0], -0.2550602379741215021e-6, 1e-16,
6628  "eraPom00", "31", status);
6629  vvd(rpom[2][1], 0.1860359247002414021e-5, 1e-16,
6630  "eraPom00", "32", status);
6631  vvd(rpom[2][2], 0.9999999999982370039, 1e-12,
6632  "eraPom00", "33", status);
6633 
6634 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraPom00(double xp, double yp, double sp, double rpom[3][3])
Definition: pom00.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: