FACT++  1.0
void eraPmp ( double  a[3],
double  b[3],
double  amb[3] 
)

Definition at line 3 of file pmp.c.

Referenced by eraH2fk5(), eraLdn(), eraPap(), eraPvmpv(), eraPvstar(), eraStarpv(), and t_pmp().

25 {
26  amb[0] = a[0] - b[0];
27  amb[1] = a[1] - b[1];
28  amb[2] = a[2] - b[2];
29 
30  return;
31 
32 }

+ Here is the caller graph for this function: