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

Definition at line 4409 of file t_erfa_c.c.

References eraIr(), and vvd().

Referenced by main().

4424 {
4425  double r[3][3];
4426 
4427 
4428  r[0][0] = 2.0;
4429  r[0][1] = 3.0;
4430  r[0][2] = 2.0;
4431 
4432  r[1][0] = 3.0;
4433  r[1][1] = 2.0;
4434  r[1][2] = 3.0;
4435 
4436  r[2][0] = 3.0;
4437  r[2][1] = 4.0;
4438  r[2][2] = 5.0;
4439 
4440  eraIr(r);
4441 
4442  vvd(r[0][0], 1.0, 0.0, "eraIr", "11", status);
4443  vvd(r[0][1], 0.0, 0.0, "eraIr", "12", status);
4444  vvd(r[0][2], 0.0, 0.0, "eraIr", "13", status);
4445 
4446  vvd(r[1][0], 0.0, 0.0, "eraIr", "21", status);
4447  vvd(r[1][1], 1.0, 0.0, "eraIr", "22", status);
4448  vvd(r[1][2], 0.0, 0.0, "eraIr", "23", status);
4449 
4450  vvd(r[2][0], 0.0, 0.0, "eraIr", "31", status);
4451  vvd(r[2][1], 0.0, 0.0, "eraIr", "32", status);
4452  vvd(r[2][2], 1.0, 0.0, "eraIr", "33", status);
4453 
4454 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraIr(double r[3][3])
Definition: ir.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: