trick/trick_models/helios/include/sidereal.h
2015-02-26 09:02:31 -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