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

Definition at line 9009 of file t_erfa_c.c.

References eraZr(), and vvd().

Referenced by main().

9024 {
9025  double r[3][3];
9026 
9027 
9028  r[0][0] = 2.0;
9029  r[1][0] = 3.0;
9030  r[2][0] = 2.0;
9031 
9032  r[0][1] = 3.0;
9033  r[1][1] = 2.0;
9034  r[2][1] = 3.0;
9035 
9036  r[0][2] = 3.0;
9037  r[1][2] = 4.0;
9038  r[2][2] = 5.0;
9039 
9040  eraZr(r);
9041 
9042  vvd(r[0][0], 0.0, 0.0, "eraZr", "00", status);
9043  vvd(r[1][0], 0.0, 0.0, "eraZr", "01", status);
9044  vvd(r[2][0], 0.0, 0.0, "eraZr", "02", status);
9045 
9046  vvd(r[0][1], 0.0, 0.0, "eraZr", "10", status);
9047  vvd(r[1][1], 0.0, 0.0, "eraZr", "11", status);
9048  vvd(r[2][1], 0.0, 0.0, "eraZr", "12", status);
9049 
9050  vvd(r[0][2], 0.0, 0.0, "eraZr", "20", status);
9051  vvd(r[1][2], 0.0, 0.0, "eraZr", "21", status);
9052  vvd(r[2][2], 0.0, 0.0, "eraZr", "22", status);
9053 
9054 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraZr(double r[3][3])
Definition: zr.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: