From 36712dd6c363c39ce39d418d18bdb324e6938c92 Mon Sep 17 00:00:00 2001 From: Daniel Warner Date: Sun, 27 Mar 2011 14:00:24 +0100 Subject: [PATCH] xnodot_ to xnodot --- SGDP4.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());