Summary: | Moon illumination percent incorrect | ||
---|---|---|---|
Product: | [Applications] kstars | Reporter: | David Houlden <djhoulden> |
Component: | general | Assignee: | Akarsh Simha <akarsh.simha> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alexey.skladnoy, mutlaqja |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
David Houlden
2009-10-06 17:29:31 UTC
Wow. Thanks for finding this really embarrassing bug! I find that the % illumination keeps varying randomly upon repeated opening of the Details dialog, when the clock is running at least. I wonder if Alexey had highlighted this earlier on the mailing list, so I'm putting him on copy. SVN commit 1032026 by asimha: Fixing a bug with the calculation of illuminated fraction of the moon. The Phase was stored in degrees, but was multiplied by 180 / PI instead of PI / 180 while converting it into radians! BUG: 209646 CCMAIL: kstars-devel@kde.org M +2 -2 ksmoon.cpp M +1 -1 ksmoon.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1032026 SVN commit 1032036 by asimha: Backporting fix to bug #209646 CCMAIL: kstars-devel@kde.org CCBUG: 209646 M +2 -2 ksmoon.cpp M +1 -1 ksmoon.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1032036 |