FACT++  1.0
void eraPnm00a ( double  date1,
double  date2,
double  rbpn[3][3] 
)

Definition at line 3 of file pnm00a.c.

References eraPn00a().

Referenced by eraC2i00a(), eraS00a(), eraXys00a(), and t_pnm00a().

59 {
60  double dpsi, deps, epsa, rb[3][3], rp[3][3], rbp[3][3], rn[3][3];
61 
62 /* Obtain the required matrix (discarding other results). */
63  eraPn00a(date1, date2, &dpsi, &deps, &epsa, rb, rp, rbp, rn, 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: