FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
static void t_ppp
(
int *
status
)
static
Definition at line
6636
of file
t_erfa_c.c
.
References
eraPpp()
, and
vvd()
.
Referenced by
main()
.
6651
{
6652
double
a[3], b[3], apb[3];
6653
6654
6655
a[0] = 2.0;
6656
a[1] = 2.0;
6657
a[2] = 3.0;
6658
6659
b[0] = 1.0;
6660
b[1] = 3.0;
6661
b[2] = 4.0;
6662
6663
eraPpp
(a, b, apb);
6664
6665
vvd
(apb[0], 3.0, 1e-12,
"eraPpp"
,
"0"
, status);
6666
vvd
(apb[1], 5.0, 1e-12,
"eraPpp"
,
"1"
, status);
6667
vvd
(apb[2], 7.0, 1e-12,
"eraPpp"
,
"2"
, status);
6668
6669
}
vvd
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition:
t_erfa_c.c:58
eraPpp
void eraPpp(double a[3], double b[3], double apb[3])
Definition:
ppp.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:37 for FACT++ by
1.8.11