Code review comment for lp:~georg-zotti/stellarium/gz_fix-ecliptic-obliquity

Revision history for this message
Alexander Wolf (alexwolf) wrote :

Revision 7610 contains the code:

oss << q_("Ecliptic obliquity (of date): %1").arg(StelUtils::radToDmsStr(ecl, true)) << "<br>";

which will be displayed when any object is selected.

But (!):
1) this line give info about current planet, where observer is located, not about the selected object!
2) Ecliptic obliquity for Sun is not have physical sense.

« Back to merge proposal