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

Definition at line 3828 of file t_erfa_c.c.

References eraFw2m(), and vvd().

Referenced by main().

3843 {
3844  double gamb, phib, psi, eps, r[3][3];
3845 
3846 
3847  gamb = -0.2243387670997992368e-5;
3848  phib = 0.4091014602391312982;
3849  psi = -0.9501954178013015092e-3;
3850  eps = 0.4091014316587367472;
3851 
3852  eraFw2m(gamb, phib, psi, eps, r);
3853 
3854  vvd(r[0][0], 0.9999995505176007047, 1e-12,
3855  "eraFw2m", "11", status);
3856  vvd(r[0][1], 0.8695404617348192957e-3, 1e-12,
3857  "eraFw2m", "12", status);
3858  vvd(r[0][2], 0.3779735201865582571e-3, 1e-12,
3859  "eraFw2m", "13", status);
3860 
3861  vvd(r[1][0], -0.8695404723772016038e-3, 1e-12,
3862  "eraFw2m", "21", status);
3863  vvd(r[1][1], 0.9999996219496027161, 1e-12,
3864  "eraFw2m", "22", status);
3865  vvd(r[1][2], -0.1361752496887100026e-6, 1e-12,
3866  "eraFw2m", "23", status);
3867 
3868  vvd(r[2][0], -0.3779734957034082790e-3, 1e-12,
3869  "eraFw2m", "31", status);
3870  vvd(r[2][1], -0.1924880848087615651e-6, 1e-12,
3871  "eraFw2m", "32", status);
3872  vvd(r[2][2], 0.9999999285679971958, 1e-12,
3873  "eraFw2m", "33", status);
3874 
3875 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraFw2m(double gamb, double phib, double psi, double eps, double r[3][3])
Definition: fw2m.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: