FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void eraS2xpv
(
double
s1
,
double
s2
,
double
pv
[2][3],
double
spv
[2][3]
)
Definition at line
3
of file
s2xpv.c
.
References
eraSxp()
.
Referenced by
eraSxpv()
, and
t_s2xpv()
.
28
{
29
eraSxp
(s1, pv[0], spv[0]);
30
eraSxp
(s2, pv[1], spv[1]);
31
32
return
;
33
34
}
eraSxp
void eraSxp(double s, double p[3], double sp[3])
Definition:
sxp.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:35 for FACT++ by
1.8.11