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

Unify interface to executables #10

Closed Jvinniec closed 5 years ago

Jvinniec commented 5 years ago

Need to rewrite how the command line options are handled in the executable files. Currently, they are handled in different ways, with some using the CLOptions and others relying on GetOpt. Moving to a new form that standardizes the command line options (such as gflags) would improve maintainability.

Jvinniec commented 5 years ago

Resolved by pull request #15