Merge lp:~i-martividal/stellarium/Observability-Preces into lp:stellarium
Proposed by
Ivan Marti-Vidal
Status: | Merged |
---|---|
Merged at revision: | 8192 |
Proposed branch: | lp:~i-martividal/stellarium/Observability-Preces |
Merge into: | lp:stellarium |
Diff against target: |
90 lines (+3/-10) 2 files modified
CMakeLists.txt (+0/-3) plugins/Observability/src/Observability.cpp (+3/-7) |
To merge this branch: | bzr merge lp:~i-martividal/stellarium/Observability-Preces |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Alexander Wolf | Needs Information | ||
Review via email: mp+286783@code.launchpad.net |
Description of the change
Hi all,
A user of Stellarium sent me an e-mail describing a bug about wrong rise/set times in Observability for years far in the past. In the end, it is due to Observability not updating properly all the parameters when the year is changed: it still estimated well the time spent since/to the rise/set, but didn't convert them well well to local time.
Here I propose a simple fix to this.
Cheers!
Ivan
To post a comment you must log in.
Why you use SET(Boost_ USE_STATIC_ LIBS OFF) in CMakeLists.txt?