From a9790bc3871760707e6108e4b9afc48cdab9b5c0 Mon Sep 17 00:00:00 2001 From: Daniel Warner Date: Wed, 30 Mar 2011 14:12:07 +0100 Subject: [PATCH] Removed DPSEC and DPPER comments --- SGDP4.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/SGDP4.cpp b/SGDP4.cpp index 40aa009..88228d6 100644 --- a/SGDP4.cpp +++ b/SGDP4.cpp @@ -279,16 +279,12 @@ void SGDP4::FindPositionSDP4(double tsince) { double xinc = Inclination(); double xn = RecoveredMeanMotion(); - //CALL DPSEC(XMDF, OMGADF, XNODE, EM, XINC, XN, TSINCE) - //ENTRY DPSEC(XLL, OMGASM, XNODES, EM, XINC, XN, T) DeepSecular(tsince, xmdf, omgadf, xnode, em, xinc, xn); a = pow(constants_.XKE / xn, constants_.TWOTHRD) * pow(tempa, 2.0); e = em - tempe; double xmam = xmdf + RecoveredMeanMotion() * templ; - //CALL DPPER(E, XINC, OMGADF, XNODE, XMAM) - //ENTRY DPPER(EM, XINC, OMGASM, XNODES, XLL) DeepPeriodics(tsince, e, xinc, omgadf, xnode, xmam); xl = xmam + omgadf + xnode;