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

Definition at line 7143 of file t_erfa_c.c.

References eraPvup(), and vvd().

Referenced by main().

7158 {
7159  double pv[2][3], p[3];
7160 
7161 
7162  pv[0][0] = 126668.5912743160734;
7163  pv[0][1] = 2136.792716839935565;
7164  pv[0][2] = -245251.2339876830229;
7165 
7166  pv[1][0] = -0.4051854035740713039e-2;
7167  pv[1][1] = -0.6253919754866175788e-2;
7168  pv[1][2] = 0.1189353719774107615e-1;
7169 
7170  eraPvup(2920.0, pv, p);
7171 
7172  vvd(p[0], 126656.7598605317105, 1e-12, "eraPvup", "1", status);
7173  vvd(p[1], 2118.531271155726332, 1e-12, "eraPvup", "2", status);
7174  vvd(p[2], -245216.5048590656190, 1e-12, "eraPvup", "3", status);
7175 
7176 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraPvup(double dt, double pv[2][3], double p[3])
Definition: pvup.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: