FACT++  1.0
void eraSxp ( double  s,
double  p[3],
double  sp[3] 
)

Definition at line 3 of file sxp.c.

Referenced by eraFk5hz(), eraHfk5z(), eraPn(), eraPpsp(), eraPvstar(), eraS2p(), eraS2xpv(), eraStarpv(), and t_sxp().

24 {
25  sp[0] = s * p[0];
26  sp[1] = s * p[1];
27  sp[2] = s * p[2];
28 
29  return;
30 
31 }

+ Here is the caller graph for this function: