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

Definition at line 3 of file pmat00.c.

References eraBp00().

Referenced by t_pmat00().

56 {
57  double rb[3][3], rp[3][3];
58 
59 /* Obtain the required matrix (discarding others). */
60  eraBp00(date1, date2, rb, rp, rbp);
61 
62  return;
63 
64 }
void eraBp00(double date1, double date2, double rb[3][3], double rp[3][3], double rbp[3][3])
Definition: bp00.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: