trick/trick_sims/SIM_sun/models/Sun/include/sidereal.h
2016-02-22 12:22:27 -06:00

17 lines
228 B
C

#ifndef SIDEREAL_H
#define SIDEREAL_H
#ifdef __cplusplus
extern "C" {
#endif
void GST_secs_time( double JD, double *GST );
void LST_secs_time( double GST, double longitude, double *LST );
#ifdef __cplusplus
}
#endif
#endif