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

Definition at line 5573 of file t_erfa_c.c.

References eraPmp(), and vvd().

Referenced by main().

5588 {
5589  double a[3], b[3], amb[3];
5590 
5591 
5592  a[0] = 2.0;
5593  a[1] = 2.0;
5594  a[2] = 3.0;
5595 
5596  b[0] = 1.0;
5597  b[1] = 3.0;
5598  b[2] = 4.0;
5599 
5600  eraPmp(a, b, amb);
5601 
5602  vvd(amb[0], 1.0, 1e-12, "eraPmp", "0", status);
5603  vvd(amb[1], -1.0, 1e-12, "eraPmp", "1", status);
5604  vvd(amb[2], -1.0, 1e-12, "eraPmp", "2", status);
5605 
5606 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraPmp(double a[3], double b[3], double amb[3])
Definition: pmp.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: