FACT++  1.0
void eraPvu ( double  dt,
double  pv[2][3],
double  upv[2][3] 
)

Definition at line 3 of file pvu.c.

References eraCp(), and eraPpsp().

Referenced by eraStarpm(), and t_pvu().

34 {
35  eraPpsp(pv[0], dt, pv[1], upv[0]);
36  eraCp(pv[1], upv[1]);
37 
38  return;
39 
40 }
void eraPpsp(double a[3], double s, double b[3], double apsb[3])
Definition: ppsp.c:3
void eraCp(double p[3], double c[3])
Definition: cp.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: