Formatting

feature/19
Daniel Warner 2011-03-30 11:24:14 +01:00
parent 59fd0e211d
commit d7700362f0
1 changed files with 3 additions and 3 deletions

View File

@ -276,7 +276,7 @@ void SGDP4::FindPositionSDP4(double tsince) {
double xn = RecoveredMeanMotion();
#if 0
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,
xnodes, em, xinc, xn);
@ -287,7 +287,7 @@ void SGDP4::FindPositionSDP4(double tsince) {
double xmam = xmdf + RecoveredMeanMotion() * templ;
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,
final_inclination, final_arg_perigee, final_ascending_node, xmam);