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

Definition at line 3 of file p2pv.c.

References eraCp(), and eraZp().

Referenced by t_p2pv().

24 {
25  eraCp(p, pv[0]);
26  eraZp(pv[1]);
27 
28  return;
29 
30 }
void eraZp(double p[3])
Definition: zp.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: