FACT++  1.0
void eraPvppv ( double  a[2][3],
double  b[2][3],
double  apb[2][3] 
)

Definition at line 3 of file pvppv.c.

References eraPpp().

Referenced by t_pvppv().

28 {
29  eraPpp(a[0], b[0], apb[0]);
30  eraPpp(a[1], b[1], apb[1]);
31 
32  return;
33 
34 }
void eraPpp(double a[3], double b[3], double apb[3])
Definition: ppp.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: