FACT++  1.0
void eraCpv ( double  pv[2][3],
double  c[2][3] 
)

Definition at line 3 of file cpv.c.

References eraCp().

Referenced by eraPvxpv(), and t_cpv().

23 {
24  eraCp(pv[0], c[0]);
25  eraCp(pv[1], c[1]);
26 
27  return;
28 
29 }
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: