Files
astronomy/generate
Don Cross bf2eeed105 Implemented C version of Horizon function. Fixed bug in C GeoPos.
The C version of GeoPos was returning an ante-dated time value,
not the time the caller asked about. In other words, it was
returning the time when the observed body emitted the light
the observer sees, not the time the observation was made on the
Earth, like it was supposed to. Fortunately, my unit test caught that.
2019-05-18 18:46:08 -04:00
..
2019-04-23 17:44:56 -04:00
2019-05-16 16:18:03 -04:00
2019-04-08 22:25:38 -04:00
2019-04-07 17:02:50 -04:00
2019-05-16 16:18:03 -04:00

Source Generator

This directory contains code and data for generating the various language implementations of the astronomy calculator. It is only needed by contributors who want to make enhancements or fix bugs. People who just want to use the astronomy calculator for a given programming langauge can safely ignore this directory and use the source code that has already been generated for that language.