FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
static void t_zpv
(
int *
status
)
static
Definition at line
8970
of file
t_erfa_c.c
.
References
eraZpv()
, and
vvd()
.
Referenced by
main()
.
8985
{
8986
double
pv[2][3];
8987
8988
8989
pv[0][0] = 0.3;
8990
pv[0][1] = 1.2;
8991
pv[0][2] = -2.5;
8992
8993
pv[1][0] = -0.5;
8994
pv[1][1] = 3.1;
8995
pv[1][2] = 0.9;
8996
8997
eraZpv
(pv);
8998
8999
vvd
(pv[0][0], 0.0, 0.0,
"eraZpv"
,
"p1"
, status);
9000
vvd
(pv[0][1], 0.0, 0.0,
"eraZpv"
,
"p2"
, status);
9001
vvd
(pv[0][2], 0.0, 0.0,
"eraZpv"
,
"p3"
, status);
9002
9003
vvd
(pv[1][0], 0.0, 0.0,
"eraZpv"
,
"v1"
, status);
9004
vvd
(pv[1][1], 0.0, 0.0,
"eraZpv"
,
"v2"
, status);
9005
vvd
(pv[1][2], 0.0, 0.0,
"eraZpv"
,
"v3"
, status);
9006
9007
}
eraZpv
void eraZpv(double pv[2][3])
Definition:
zpv.c:3
vvd
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition:
t_erfa_c.c:58
Here is the call graph for this function:
Here is the caller graph for this function:
erfa
src
t_erfa_c.c
Generated on Sun Sep 18 2016 20:50:38 for FACT++ by
1.8.11