Remove obsolete, unused variable

This commit is contained in:
Scott Giese 2021-02-13 21:44:25 -06:00
parent a1f83542cb
commit 469a28c49a

View File

@ -254,7 +254,7 @@ void MoonPos::updatePosition(double mjd, Star *ourSun)
xv, yv, v, r, xh, yh, zh, zg, xe,
Ls, Lm, D, F, geoRa, geoDec,
cosN, sinN, cosvw, sinvw, sinvw_cosi, cosecl, sinecl, rcoslatEcl,
FlesstwoD, MlesstwoD, twoD, twoM, twolat, alpha;
FlesstwoD, MlesstwoD, twoD, twoM, alpha;
double max_loglux = -0.504030345621;
double min_loglux = -4.39964634562;