| 3487 | // Wrapper around Swiss Ephemeris function to get date range of ephem file. |
| 3488 | |
| 3489 | void SwissGetFileData(real *jt1, real *jt2) |
| 3490 | { |
| 3491 | int denum; |
| 3492 | |
| 3493 | swe_get_current_file_data(3, jt1, jt2, &denum); |
| 3494 | } |
| 3495 | |
| 3496 | |
| 3497 | // Return the equation of time or offset between LAT and LMT for a given date. |
no test coverage detected