zmo variable is not used for anything

feature/19
Daniel Warner 2011-03-31 22:24:47 +01:00
parent c9ae013606
commit 3425dcaf7a
1 changed files with 0 additions and 2 deletions

View File

@ -659,7 +659,6 @@ void SGDP4::DeepSpaceInitialize(const double& eosq, const double& sinio, const d
double cc = C1SS;
double zn = ZNS;
double ze = ZES;
double zmo = d_zmos_;
const double xnoi = 1.0 / RecoveredMeanMotion();
for (int cnt = 0; cnt < 2; cnt++) {
@ -767,7 +766,6 @@ void SGDP4::DeepSpaceInitialize(const double& eosq, const double& sinio, const d
zn = ZNL;
cc = C1L;
ze = ZEL;
zmo = d_zmol_;
}