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

Definition at line 3 of file pnm00b.c.

References eraPn00b().

Referenced by eraC2i00b(), eraS00b(), eraXys00b(), and t_pnm00b().

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  eraPn00b(date1, date2, &dpsi, &deps, &epsa, rb, rp, rbp, rn, 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: