From 116fcb499fe1d7e8be575f8b8c31128d09c1347f Mon Sep 17 00:00:00 2001 From: Daniel Warner Date: Sun, 3 Apr 2011 12:41:44 +0100 Subject: [PATCH] Forgot to remove sing/cosg from deep space init declaration --- SGDP4.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SGDP4.cpp b/SGDP4.cpp index 314acbd..1e3af66 100644 --- a/SGDP4.cpp +++ b/SGDP4.cpp @@ -570,7 +570,7 @@ void SGDP4::CalculateFinalPositionVelocity(Eci& eci, const double& tsince, const * deep space initialization */ void SGDP4::DeepSpaceInitialize(const double& eosq, const double& sinio, const double& cosio, const double& betao, - const double& theta2, const double& sing, const double& cosg, const double& betao2, + const double& theta2, const double& betao2, const double& xmdot, const double& omgdot, const double& xnodot) { double se = 0.0;