FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void eraPvup
(
double
dt
,
double
pv
[2][3],
double
p
[3]
)
Definition at line
3
of file
pvup.c
.
Referenced by
t_pvup()
.
28
{
29
p[0] = pv[0][0] + dt * pv[1][0];
30
p[1] = pv[0][1] + dt * pv[1][1];
31
p[2] = pv[0][2] + dt * pv[1][2];
32
33
return
;
34
35
}
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