FACT++  1.0
void eraPv2p ( double  pv[2][3],
double  p[3] 
)

Definition at line 3 of file pv2p.c.

References eraCp().

Referenced by t_pv2p().

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