trick/trick_sims/SIM_sun/models/Sun/include/sidereal.h

17 lines
228 B
C
Raw Normal View History

2015-02-26 15:02:31 +00:00
#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