diff --git a/SGDP4.cpp b/SGDP4.cpp index d2be363..23f7d22 100644 --- a/SGDP4.cpp +++ b/SGDP4.cpp @@ -476,7 +476,7 @@ void SGDP4::DeepSpaceInitialize(const double& eosq, const double& sinio, const d double THDT = 4.3752691E-3; double aqnv = 1.0 / RecoveredSemiMajorAxis(); - double xpidot = omgdot + xnodot_; + double xpidot = omgdot + xnodot; double sinq = sin(AscendingNode()); double cosq = cos(AscendingNode());