xnodot_ to xnodot

feature/19
Daniel Warner 2011-03-27 14:00:24 +01:00
parent 7da1969204
commit 36712dd6c3
1 changed files with 1 additions and 1 deletions

View File

@ -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());