FACT++  1.0
void palRefcoq ( double  tdk,
double  pmb,
double  rh,
double  wl,
double *  refa,
double *  refb 
)

Definition at line 1477 of file palOne2One.c.

References eraRefco().

Referenced by t_ref(), and t_refco().

1478  {
1479  /* Note that SLA (and therefore PAL) uses units of kelvin
1480  but SOFA/ERFA uses deg C */
1481  eraRefco( pmb, tdk - 273.15, rh, wl, refa, refb );
1482 }
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: