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

Definition at line 705 of file palTest.c.

References palEtrms(), and vvd().

Referenced by main().

705  {
706  double ev[3];
707 
708  palEtrms ( 1976.9, ev );
709 
710  vvd ( ev[0], -1.621617102537041e-6, 1e-18, "palEtrms",
711  "X", status );
712  vvd ( ev[1], -3.310070088507914e-7, 1e-18, "palEtrms",
713  "Y", status );
714  vvd ( ev[2], -1.435296627515719e-7, 1e-18, "palEtrms",
715  "Z", status );
716 }
void palEtrms(double ep, double ev[3])
Definition: palEtrms.c:78
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: palTest.c:99

+ Here is the call graph for this function:

+ Here is the caller graph for this function: