FACT++  1.0
void eraNum00a ( double  date1,
double  date2,
double  rmatn[3][3] 
)

Definition at line 3 of file num00a.c.

References eraPn00a().

Referenced by t_num00a().

58 {
59  double dpsi, deps, epsa, rb[3][3], rp[3][3], rbp[3][3], rbpn[3][3];
60 
61 /* Obtain the required matrix (discarding other results). */
62  eraPn00a(date1, date2,
63  &dpsi, &deps, &epsa, rb, rp, rbp, rmatn, rbpn);
64 
65  return;
66 
67 }
void eraPn00a(double date1, double date2, double *dpsi, double *deps, double *epsa, double rb[3][3], double rp[3][3], double rbp[3][3], double rn[3][3], double rbpn[3][3])
Definition: pn00a.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: