Formatting
parent
59fd0e211d
commit
d7700362f0
|
@ -275,8 +275,8 @@ void SGDP4::FindPositionSDP4(double tsince) {
|
||||||
double xinc = Inclination();
|
double xinc = Inclination();
|
||||||
double xn = RecoveredMeanMotion();
|
double xn = RecoveredMeanMotion();
|
||||||
#if 0
|
#if 0
|
||||||
CALL DPSEC(XMDF, OMGADF, XNODE, EM, XINC, XN, TSINCE)
|
CALL DPSEC(XMDF, OMGADF, XNODE, EM, XINC, XN, TSINCE)
|
||||||
ENTRY DPSEC(XLL, OMGASM, XNODES,EM, XINC, XN, T)
|
ENTRY DPSEC(XLL, OMGASM, XNODES, EM, XINC, XN, T)
|
||||||
DeepSecular(tsince, xll, omgasm,
|
DeepSecular(tsince, xll, omgasm,
|
||||||
xnodes, em, xinc, xn);
|
xnodes, em, xinc, xn);
|
||||||
|
|
||||||
|
@ -287,7 +287,7 @@ void SGDP4::FindPositionSDP4(double tsince) {
|
||||||
double xmam = xmdf + RecoveredMeanMotion() * templ;
|
double xmam = xmdf + RecoveredMeanMotion() * templ;
|
||||||
|
|
||||||
CALL DPPER(E, XINC, OMGADF, XNODE, XMAM)
|
CALL DPPER(E, XINC, OMGADF, XNODE, XMAM)
|
||||||
ENTRY DPPER(EM,XINC,OMGASM,XNODES,XLL)
|
ENTRY DPPER(EM, XINC, OMGASM, XNODES, XLL)
|
||||||
DeepPeriodics(tsince, final_eccentricity,
|
DeepPeriodics(tsince, final_eccentricity,
|
||||||
final_inclination, final_arg_perigee, final_ascending_node, xmam);
|
final_inclination, final_arg_perigee, final_ascending_node, xmam);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue