From d7700362f0d001087465ae719c2b4c09859198f1 Mon Sep 17 00:00:00 2001 From: Daniel Warner Date: Wed, 30 Mar 2011 11:24:14 +0100 Subject: [PATCH] Formatting --- SGDP4.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SGDP4.cpp b/SGDP4.cpp index 599c9fa..1f56ee2 100644 --- a/SGDP4.cpp +++ b/SGDP4.cpp @@ -275,8 +275,8 @@ void SGDP4::FindPositionSDP4(double tsince) { double xinc = Inclination(); double xn = RecoveredMeanMotion(); #if 0 - CALL DPSEC(XMDF, OMGADF, XNODE, EM, XINC, XN, TSINCE) - ENTRY DPSEC(XLL, OMGASM, XNODES,EM, XINC, XN, T) + CALL DPSEC(XMDF, OMGADF, XNODE, EM, XINC, XN, TSINCE) + 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);