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

Definition at line 4902 of file t_erfa_c.c.

References eraNut06a(), and vvd().

Referenced by main().

4917 {
4918  double dpsi, deps;
4919 
4920 
4921  eraNut06a(2400000.5, 53736.0, &dpsi, &deps);
4922 
4923  vvd(dpsi, -0.9630912025820308797e-5, 1e-13,
4924  "eraNut06a", "dpsi", status);
4925  vvd(deps, 0.4063238496887249798e-4, 1e-13,
4926  "eraNut06a", "deps", status);
4927 
4928 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraNut06a(double date1, double date2, double *dpsi, double *deps)
Definition: nut06a.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: