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

Fix cirs2obs segfault #7

Closed Jvinniec closed 5 years ago

Jvinniec commented 5 years ago

Fixes the segfault seen in cirs2obs resulting from changing to reentrant gmtime_r method. Also fixes similar issue seen in gal2obs. Fixes #6.