MCPcopy Create free account
hub / github.com/CruiserOne/Astrolog / SwissGetFileData

Function SwissGetFileData

calc.cpp:3489–3494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3487// Wrapper around Swiss Ephemeris function to get date range of ephem file.
3488
3489void 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.

Callers 1

PrintObjectsFunction · 0.85

Calls 1

Tested by

no test coverage detected