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

Definition at line 7750 of file t_erfa_c.c.

References eraS06a(), and vvd().

Referenced by main().

7765 {
7766  double s;
7767 
7768 
7769  s = eraS06a(2400000.5, 52541.0);
7770 
7771  vvd(s, -0.1340680437291812383e-7, 1e-18, "eraS06a", "", status);
7772 
7773 }
double eraS06a(double date1, double date2)
Definition: s06a.c:3
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58

+ Here is the call graph for this function:

+ Here is the caller graph for this function: