FACT++  1.0
void eraP2s ( double  p[3],
double *  theta,
double *  phi,
double *  r 
)

Definition at line 3 of file p2s.c.

References eraC2s(), and eraPm().

Referenced by t_p2s().

32 {
33  eraC2s(p, theta, phi);
34  *r = eraPm(p);
35 
36  return;
37 
38 }
double eraPm(double p[3])
Definition: pm.c:3
void eraC2s(double p[3], double *theta, double *phi)
Definition: c2s.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: