00001 /* 00002 NOVAS-C Version 2.0 (1 Nov 98) 00003 Header file for all source files containing versions of 00004 NOVAS-C function 'solarsystem' 00005 00006 Naval Observatory Vector Astrometry Subroutines 00007 C Version 00008 00009 U. S. Naval Observatory 00010 Astronomical Applications Dept. 00011 3450 Massachusetts Ave., NW 00012 Washington, DC 20392-5420 00013 */ 00014 00015 #ifndef _SOLSYS_ 00016 #define _SOLSYS_ 00017 00018 /* 00019 Function prototypes 00020 */ 00021 00022 short int solarsystem (double tjd, short int body, short int origin, 00023 00024 double *pos, double *vel); 00025 00026 #endif
1.3.9.1