mirror of
https://github.com/cosinekitty/astronomy.git
synced 2025-12-23 23:58:15 -05:00
I was experimenting with an alternative way to calculate Pluto's position. That idea didn't work out, but in the process, I did make some changes I want to keep: 1. A typecast in generate/codegen.c that eliminates a build warning in Windows (Visual Studio 2015). 2. Expanded generate/vsop/vsop.c to calculate both position and velocity vectors. This was tricky to get working, and could come in handy.