FACT++  1.0
void eraPpp ( double  a[3],
double  b[3],
double  apb[3] 
)

Definition at line 3 of file ppp.c.

Referenced by eraFk52h(), eraPpsp(), eraPvppv(), eraPvstar(), eraPvxpv(), eraStarpv(), and t_ppp().

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

+ Here is the caller graph for this function: