FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
static void t_zp
(
int *
status
)
static
Definition at line
8939
of file
t_erfa_c.c
.
References
eraZp()
, and
vvd()
.
Referenced by
main()
.
8954
{
8955
double
p[3];
8956
8957
8958
p[0] = 0.3;
8959
p[1] = 1.2;
8960
p[2] = -2.5;
8961
8962
eraZp
(p);
8963
8964
vvd
(p[0], 0.0, 0.0,
"eraZp"
,
"1"
, status);
8965
vvd
(p[1], 0.0, 0.0,
"eraZp"
,
"2"
, status);
8966
vvd
(p[2], 0.0, 0.0,
"eraZp"
,
"3"
, status);
8967
8968
}
vvd
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition:
t_erfa_c.c:58
eraZp
void eraZp(double p[3])
Definition:
zp.c:3
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