FACT++  1.0
static void t_pr00 ( int *  status)
static

Definition at line 6708 of file t_erfa_c.c.

References eraPr00(), and vvd().

Referenced by main().

6723 {
6724  double dpsipr, depspr;
6725 
6726  eraPr00(2400000.5, 53736, &dpsipr, &depspr);
6727 
6728  vvd(dpsipr, -0.8716465172668347629e-7, 1e-22,
6729  "eraPr00", "dpsipr", status);
6730  vvd(depspr, -0.7342018386722813087e-8, 1e-22,
6731  "eraPr00", "depspr", status);
6732 
6733 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraPr00(double date1, double date2, double *dpsipr, double *depspr)
Definition: pr00.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: