FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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
}
eraBp00
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:
erfa
src
erfa.h
Generated on Sun Sep 18 2016 20:50:34 for FACT++ by
1.8.11