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

Definition at line 2387 of file t_erfa_c.c.

References eraC2t06a(), and vvd().

Referenced by main().

2402 {
2403  double tta, ttb, uta, utb, xp, yp, rc2t[3][3];
2404 
2405 
2406  tta = 2400000.5;
2407  uta = 2400000.5;
2408  ttb = 53736.0;
2409  utb = 53736.0;
2410  xp = 2.55060238e-7;
2411  yp = 1.860359247e-6;
2412 
2413  eraC2t06a(tta, ttb, uta, utb, xp, yp, rc2t);
2414 
2415  vvd(rc2t[0][0], -0.1810332128305897282, 1e-12,
2416  "eraC2t06a", "11", status);
2417  vvd(rc2t[0][1], 0.9834769806938592296, 1e-12,
2418  "eraC2t06a", "12", status);
2419  vvd(rc2t[0][2], 0.6555550962998436505e-4, 1e-12,
2420  "eraC2t06a", "13", status);
2421 
2422  vvd(rc2t[1][0], -0.9834768134136214897, 1e-12,
2423  "eraC2t06a", "21", status);
2424  vvd(rc2t[1][1], -0.1810332203649130832, 1e-12,
2425  "eraC2t06a", "22", status);
2426  vvd(rc2t[1][2], 0.5749800844905594110e-3, 1e-12,
2427  "eraC2t06a", "23", status);
2428 
2429  vvd(rc2t[2][0], 0.5773474024748545878e-3, 1e-12,
2430  "eraC2t06a", "31", status);
2431  vvd(rc2t[2][1], 0.3961816829632690581e-4, 1e-12,
2432  "eraC2t06a", "32", status);
2433  vvd(rc2t[2][2], 0.9999998325501747785, 1e-12,
2434  "eraC2t06a", "33", status);
2435 
2436 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraC2t06a(double tta, double ttb, double uta, double utb, double xp, double yp, double rc2t[3][3])
Definition: c2t06a.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: