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

Definition at line 3 of file num00b.c.

References eraPn00b().

Referenced by t_num00b().

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  eraPn00b(date1, date2,
63  &dpsi, &deps, &epsa, rb, rp, rbp, rmatn, rbpn);
64 
65  return;
66 
67 }
void eraPn00b(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: pn00b.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: