mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-05-19 06:17:03 -04:00
Generate C CalcMoon AddSol statements from data file.
Use the same data file that I generate AddSol for Python to also generate them in the C source code.
This commit is contained in:
@@ -1158,6 +1158,7 @@ def _CalcMoon(time):
|
||||
I += 1
|
||||
|
||||
|
||||
|
||||
# AddSol(13.902000, 14.060000, -0.001000, 0.260700, 0.000000, 0.000000, 0.000000, 4.000000)
|
||||
z = ex[4][4]
|
||||
DLAM += 13.902 * z.imag
|
||||
|
||||
Reference in New Issue
Block a user