FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void eraCpv
(
double
pv
[2][3],
double
c
[2][3]
)
Definition at line
3
of file
cpv.c
.
References
eraCp()
.
Referenced by
eraPvxpv()
, and
t_cpv()
.
23
{
24
eraCp
(pv[0], c[0]);
25
eraCp
(pv[1], c[1]);
26
27
return
;
28
29
}
eraCp
void eraCp(double p[3], double c[3])
Definition:
cp.c:3
Here is the call graph for this function:
Here is the caller graph for this function:
erfa
src
erfa.h
Generated on Sun Sep 18 2016 20:50:34 for FACT++ by
1.8.11