Misc formatting
parent
be07d27ca8
commit
a23a9fece0
|
@ -766,7 +766,6 @@ void SGDP4::DeepSpaceInitialize(const double& eosq, const double& sinio, const d
|
||||||
zn = ZNL;
|
zn = ZNL;
|
||||||
cc = C1L;
|
cc = C1L;
|
||||||
ze = ZEL;
|
ze = ZEL;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
d_sse_ += se;
|
d_sse_ += se;
|
||||||
|
@ -775,9 +774,7 @@ void SGDP4::DeepSpaceInitialize(const double& eosq, const double& sinio, const d
|
||||||
d_ssg_ += sgh - cosio * shdq;
|
d_ssg_ += sgh - cosio * shdq;
|
||||||
d_ssh_ += shdq;
|
d_ssh_ += shdq;
|
||||||
|
|
||||||
/*
|
|
||||||
* geopotential resonance initialization for 12 hour orbits
|
|
||||||
*/
|
|
||||||
d_resonance_flag_ = false;
|
d_resonance_flag_ = false;
|
||||||
d_synchronous_flag_ = false;
|
d_synchronous_flag_ = false;
|
||||||
bool initialize_integrator = true;
|
bool initialize_integrator = true;
|
||||||
|
@ -908,10 +905,10 @@ void SGDP4::DeepSpaceInitialize(const double& eosq, const double& sinio, const d
|
||||||
}
|
}
|
||||||
|
|
||||||
if (initialize_integrator) {
|
if (initialize_integrator) {
|
||||||
d_xfact_ = bfact - RecoveredMeanMotion();
|
|
||||||
/*
|
/*
|
||||||
* initialize integrator
|
* initialize integrator
|
||||||
*/
|
*/
|
||||||
|
d_xfact_ = bfact - RecoveredMeanMotion();
|
||||||
d_atime_ = 0.0;
|
d_atime_ = 0.0;
|
||||||
d_xni_ = RecoveredMeanMotion();
|
d_xni_ = RecoveredMeanMotion();
|
||||||
d_xli_ = d_xlamo_;
|
d_xli_ = d_xlamo_;
|
||||||
|
|
Loading…
Reference in New Issue