FACT++  1.0
void eraPmat06 ( double  date1,
double  date2,
double  rbp[3][3] 
)

Definition at line 3 of file pmat06.c.

References eraFw2m(), and eraPfw06().

Referenced by eraBp06(), eraPb06(), palEvp(), palPrec(), and t_pmat06().

57 {
58  double gamb, phib, psib, epsa;
59 
60 /* Bias-precession Fukushima-Williams angles. */
61  eraPfw06(date1, date2, &gamb, &phib, &psib, &epsa);
62 
63 /* Form the matrix. */
64  eraFw2m(gamb, phib, psib, epsa, rbp);
65 
66  return;
67 
68 }
void eraPfw06(double date1, double date2, double *gamb, double *phib, double *psib, double *epsa)
Definition: pfw06.c:3
void eraFw2m(double gamb, double phib, double psi, double eps, double r[3][3])
Definition: fw2m.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: