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

Definition at line 6885 of file t_erfa_c.c.

References eraPvm(), and vvd().

Referenced by main().

6900 {
6901  double pv[2][3], r, s;
6902 
6903 
6904  pv[0][0] = 0.3;
6905  pv[0][1] = 1.2;
6906  pv[0][2] = -2.5;
6907 
6908  pv[1][0] = 0.45;
6909  pv[1][1] = -0.25;
6910  pv[1][2] = 1.1;
6911 
6912  eraPvm(pv, &r, &s);
6913 
6914  vvd(r, 2.789265136196270604, 1e-12, "eraPvm", "r", status);
6915  vvd(s, 1.214495780149111922, 1e-12, "eraPvm", "s", status);
6916 
6917 }
void eraPvm(double pv[2][3], double *r, double *s)
Definition: pvm.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: