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

Definition at line 7098 of file t_erfa_c.c.

References eraPvu(), and vvd().

Referenced by main().

7113 {
7114  double pv[2][3], upv[2][3];
7115 
7116 
7117  pv[0][0] = 126668.5912743160734;
7118  pv[0][1] = 2136.792716839935565;
7119  pv[0][2] = -245251.2339876830229;
7120 
7121  pv[1][0] = -0.4051854035740713039e-2;
7122  pv[1][1] = -0.6253919754866175788e-2;
7123  pv[1][2] = 0.1189353719774107615e-1;
7124 
7125  eraPvu(2920.0, pv, upv);
7126 
7127  vvd(upv[0][0], 126656.7598605317105, 1e-12,
7128  "eraPvu", "p1", status);
7129  vvd(upv[0][1], 2118.531271155726332, 1e-12,
7130  "eraPvu", "p2", status);
7131  vvd(upv[0][2], -245216.5048590656190, 1e-12,
7132  "eraPvu", "p3", status);
7133 
7134  vvd(upv[1][0], -0.4051854035740713039e-2, 1e-12,
7135  "eraPvu", "v1", status);
7136  vvd(upv[1][1], -0.6253919754866175788e-2, 1e-12,
7137  "eraPvu", "v2", status);
7138  vvd(upv[1][2], 0.1189353719774107615e-1, 1e-12,
7139  "eraPvu", "v3", status);
7140 
7141 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraPvu(double dt, double pv[2][3], double upv[2][3])
Definition: pvu.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: