xnodot_ to xnodot
parent
7da1969204
commit
36712dd6c3
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in New Issue