FACT++  1.0
void eraCp ( double  p[3],
double  c[3] 
)

Definition at line 3 of file cp.c.

Referenced by eraApcs(), eraCpv(), eraCr(), eraLdn(), eraP2pv(), eraPv2p(), eraPvu(), eraRxp(), and t_cp().

20 {
21  c[0] = p[0];
22  c[1] = p[1];
23  c[2] = p[2];
24 
25  return;
26 
27 }

+ Here is the caller graph for this function: