FACT++  1.0
void eraPvm ( double  pv[2][3],
double *  r,
double *  s 
)

Definition at line 3 of file pvm.c.

References eraPm().

Referenced by t_pvm().

24 {
25 /* Distance. */
26  *r = eraPm(pv[0]);
27 
28 /* Speed. */
29  *s = eraPm(pv[1]);
30 
31  return;
32 
33 }
double eraPm(double p[3])
Definition: pm.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: