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

Definition at line 2892 of file t_erfa_c.c.

References eraDat(), viv(), and vvd().

Referenced by main().

2907 {
2908  int j;
2909  double deltat;
2910 
2911 
2912  j = eraDat(2003, 6, 1, 0.0, &deltat);
2913 
2914  vvd(deltat, 32.0, 0.0, "eraDat", "d1", status);
2915  viv(j, 0, "eraDat", "j1", status);
2916 
2917  j = eraDat(2008, 1, 17, 0.0, &deltat);
2918 
2919  vvd(deltat, 33.0, 0.0, "eraDat", "d2", status);
2920  viv(j, 0, "eraDat", "j2", status);
2921 
2922  j = eraDat(2015, 9, 1, 0.0, &deltat);
2923 
2924  vvd(deltat, 36.0, 0.0, "eraDat", "d3", status);
2925  viv(j, 0, "eraDat", "j3", status);
2926 
2927 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
int eraDat(int iy, int im, int id, double fd, double *deltat)
Definition: dat.c:3
static void viv(int ival, int ivalok, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:24

+ Here is the call graph for this function:

+ Here is the caller graph for this function: