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

Definition at line 5412 of file t_erfa_c.c.

References eraPmat00(), and vvd().

Referenced by main().

5427 {
5428  double rbp[3][3];
5429 
5430 
5431  eraPmat00(2400000.5, 50123.9999, rbp);
5432 
5433  vvd(rbp[0][0], 0.9999995505175087260, 1e-12,
5434  "eraPmat00", "11", status);
5435  vvd(rbp[0][1], 0.8695405883617884705e-3, 1e-14,
5436  "eraPmat00", "12", status);
5437  vvd(rbp[0][2], 0.3779734722239007105e-3, 1e-14,
5438  "eraPmat00", "13", status);
5439 
5440  vvd(rbp[1][0], -0.8695405990410863719e-3, 1e-14,
5441  "eraPmat00", "21", status);
5442  vvd(rbp[1][1], 0.9999996219494925900, 1e-12,
5443  "eraPmat00", "22", status);
5444  vvd(rbp[1][2], -0.1360775820404982209e-6, 1e-14,
5445  "eraPmat00", "23", status);
5446 
5447  vvd(rbp[2][0], -0.3779734476558184991e-3, 1e-14,
5448  "eraPmat00", "31", status);
5449  vvd(rbp[2][1], -0.1925857585832024058e-6, 1e-14,
5450  "eraPmat00", "32", status);
5451  vvd(rbp[2][2], 0.9999999285680153377, 1e-12,
5452  "eraPmat00", "33", status);
5453 
5454 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraPmat00(double date1, double date2, double rbp[3][3])
Definition: pmat00.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: