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

Definition at line 7260 of file t_erfa_c.c.

References eraRefco(), and vvd().

Referenced by main().

7275 {
7276  double phpa, tc, rh, wl, refa, refb;
7277 
7278 
7279  phpa = 800.0;
7280  tc = 10.0;
7281  rh = 0.9;
7282  wl = 0.4;
7283 
7284  eraRefco(phpa, tc, rh, wl, &refa, &refb);
7285 
7286  vvd(refa, 0.2264949956241415009e-3, 1e-15,
7287  "eraRefco", "refa", status);
7288  vvd(refb, -0.2598658261729343970e-6, 1e-18,
7289  "eraRefco", "refb", status);
7290 
7291 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraRefco(double phpa, double tc, double rh, double wl, double *refa, double *refb)
Definition: refco.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: