Jvinniec / CppEphem

CppEphem is a self-contained ephemeris package written in C++. It allows computation of celestial coordinate and date conversions and planet ephemerides by leveraging the Standards of Fundamental Astronomy (SOFA) software (included in the repo). It is C++11 compatible.
2 stars 2 forks source link

Update SOFA code to release 14 (2018-01-30) #17

Closed Jvinniec closed 5 years ago

Jvinniec commented 5 years ago

The sofa code has been updated to version 14 (released 2018-01-30). Additional entries have been made to the appropriate CMake build files for the new SOFA scripts. This does not appear to introduce any impact on the tests, so I assume there are no issues with directly merging it into the code.

Resolves issue #5.