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

Definition at line 4217 of file t_erfa_c.c.

References eraGst06(), and vvd().

Referenced by main().

4232 {
4233  double rnpb[3][3], theta;
4234 
4235 
4236  rnpb[0][0] = 0.9999989440476103608;
4237  rnpb[0][1] = -0.1332881761240011518e-2;
4238  rnpb[0][2] = -0.5790767434730085097e-3;
4239 
4240  rnpb[1][0] = 0.1332858254308954453e-2;
4241  rnpb[1][1] = 0.9999991109044505944;
4242  rnpb[1][2] = -0.4097782710401555759e-4;
4243 
4244  rnpb[2][0] = 0.5791308472168153320e-3;
4245  rnpb[2][1] = 0.4020595661593994396e-4;
4246  rnpb[2][2] = 0.9999998314954572365;
4247 
4248  theta = eraGst06(2400000.5, 53736.0, 2400000.5, 53736.0, rnpb);
4249 
4250  vvd(theta, 1.754166138018167568, 1e-12, "eraGst06", "", status);
4251 
4252 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
double eraGst06(double uta, double utb, double tta, double ttb, double rnpb[3][3])
Definition: gst06.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: