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

Definition at line 1876 of file palTest.c.

References palRefcoq(), and vvd().

Referenced by main().

1876  {
1877  double phpa, tc, rh, wl, refa, refb;
1878  phpa = 800.0;
1879  tc = 10.0 + 273.15; /* SLA uses kelvin */
1880  rh = 0.9;
1881  wl = 0.4;
1882  palRefcoq(tc, phpa, rh, wl, &refa, &refb);
1883  vvd(refa, 0.2264949956241415009e-3, 1e-15,
1884  "palRefcoq", "refa", status);
1885  vvd(refb, -0.2598658261729343970e-6, 1e-18,
1886  "palRefcoq", "refb", status);
1887 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: palTest.c:99
void palRefcoq(double tdk, double pmb, double rh, double wl, double *refa, double *refb)
Definition: palOne2One.c:1477

+ Here is the call graph for this function:

+ Here is the caller graph for this function: