FACT++  1.0
void eraS2xpv ( double  s1,
double  s2,
double  pv[2][3],
double  spv[2][3] 
)

Definition at line 3 of file s2xpv.c.

References eraSxp().

Referenced by eraSxpv(), and t_s2xpv().

28 {
29  eraSxp(s1, pv[0], spv[0]);
30  eraSxp(s2, pv[1], spv[1]);
31 
32  return;
33 
34 }
void eraSxp(double s, double p[3], double sp[3])
Definition: sxp.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: