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

Definition at line 5456 of file t_erfa_c.c.

References eraPmat06(), and vvd().

Referenced by main().

5471 {
5472  double rbp[3][3];
5473 
5474 
5475  eraPmat06(2400000.5, 50123.9999, rbp);
5476 
5477  vvd(rbp[0][0], 0.9999995505176007047, 1e-12,
5478  "eraPmat06", "11", status);
5479  vvd(rbp[0][1], 0.8695404617348208406e-3, 1e-14,
5480  "eraPmat06", "12", status);
5481  vvd(rbp[0][2], 0.3779735201865589104e-3, 1e-14,
5482  "eraPmat06", "13", status);
5483 
5484  vvd(rbp[1][0], -0.8695404723772031414e-3, 1e-14,
5485  "eraPmat06", "21", status);
5486  vvd(rbp[1][1], 0.9999996219496027161, 1e-12,
5487  "eraPmat06", "22", status);
5488  vvd(rbp[1][2], -0.1361752497080270143e-6, 1e-14,
5489  "eraPmat06", "23", status);
5490 
5491  vvd(rbp[2][0], -0.3779734957034089490e-3, 1e-14,
5492  "eraPmat06", "31", status);
5493  vvd(rbp[2][1], -0.1924880847894457113e-6, 1e-14,
5494  "eraPmat06", "32", status);
5495  vvd(rbp[2][2], 0.9999999285679971958, 1e-12,
5496  "eraPmat06", "33", status);
5497 
5498 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraPmat06(double date1, double date2, double rbp[3][3])
Definition: pmat06.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: