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

Definition at line 5243 of file t_erfa_c.c.

References eraPb06(), and vvd().

Referenced by main().

5258 {
5259  double bzeta, bz, btheta;
5260 
5261 
5262  eraPb06(2400000.5, 50123.9999, &bzeta, &bz, &btheta);
5263 
5264  vvd(bzeta, -0.5092634016326478238e-3, 1e-12,
5265  "eraPb06", "bzeta", status);
5266  vvd(bz, -0.3602772060566044413e-3, 1e-12,
5267  "eraPb06", "bz", status);
5268  vvd(btheta, -0.3779735537167811177e-3, 1e-12,
5269  "eraPb06", "btheta", status);
5270 
5271 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraPb06(double date1, double date2, double *bzeta, double *bz, double *btheta)
Definition: pb06.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: