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

Definition at line 5608 of file t_erfa_c.c.

References eraPmpx(), and vvd().

Referenced by main().

5623 {
5624  double rc, dc, pr, pd, px, rv, pmt, pob[3], pco[3];
5625 
5626 
5627  rc = 1.234;
5628  dc = 0.789;
5629  pr = 1e-5;
5630  pd = -2e-5;
5631  px = 1e-2;
5632  rv = 10.0;
5633  pmt = 8.75;
5634  pob[0] = 0.9;
5635  pob[1] = 0.4;
5636  pob[2] = 0.1;
5637 
5638  eraPmpx(rc, dc, pr, pd, px, rv, pmt, pob, pco);
5639 
5640  vvd(pco[0], 0.2328137623960308440, 1e-12,
5641  "eraPmpx", "1", status);
5642  vvd(pco[1], 0.6651097085397855317, 1e-12,
5643  "eraPmpx", "2", status);
5644  vvd(pco[2], 0.7095257765896359847, 1e-12,
5645  "eraPmpx", "3", status);
5646 
5647 }
void eraPmpx(double rc, double dc, double pr, double pd, double px, double rv, double pmt, double pob[3], double pco[3])
Definition: pmpx.c:3
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58

+ Here is the call graph for this function:

+ Here is the caller graph for this function: