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

Definition at line 6770 of file t_erfa_c.c.

References eraPv2p(), and vvd().

Referenced by main().

6785 {
6786  double pv[2][3], p[3];
6787 
6788 
6789  pv[0][0] = 0.3;
6790  pv[0][1] = 1.2;
6791  pv[0][2] = -2.5;
6792 
6793  pv[1][0] = -0.5;
6794  pv[1][1] = 3.1;
6795  pv[1][2] = 0.9;
6796 
6797  eraPv2p(pv, p);
6798 
6799  vvd(p[0], 0.3, 0.0, "eraPv2p", "1", status);
6800  vvd(p[1], 1.2, 0.0, "eraPv2p", "2", status);
6801  vvd(p[2], -2.5, 0.0, "eraPv2p", "3", status);
6802 
6803 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraPv2p(double pv[2][3], double p[3])
Definition: pv2p.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: