mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-01-16 19:38:51 -05:00
There were 3 calls to _ter2cel(), each of which redundantly called _sidereal_time, which results in 3 calculations of _e_tilt(). Reworked so there is only one call to _e_tilt(). Minor changes to support using cProfile, which is how I found this.