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

Definition at line 1826 of file palTest.c.

References palPvobs(), and vvec().

Referenced by main().

1826  {
1827  double pv[6];
1828  double expected[6] = { -4.7683600138836167813e-06,
1829  1.0419056712717953176e-05,
1830  4.099831053320363277e-05,
1831  -7.5976959740661272483e-10,
1832  -3.4771429582640930371e-10,
1833  0.0};
1834  palPvobs( 1.3, 10000.0, 2.0, pv );
1835  vvec( 6, pv, expected, "palPvobs", status );
1836 }
static void vvec(int len, double *vec, double *expected, const char *func, int *status)
Definition: palTest.c:173
void palPvobs(double p, double h, double stl, double pv[6])
Definition: palPvobs.c:77

+ Here is the call graph for this function:

+ Here is the caller graph for this function: