Changeset 2552 in Sophya for trunk/SophyaExt/XAstroPack
- Timestamp:
- Jun 15, 2004, 6:54:57 PM (21 years ago)
- Location:
- trunk/SophyaExt/XAstroPack
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/XAstroPack/Makefile
r1837 r2552 14 14 $(OBJ)xastropack.o: xastropack.cc xastropack.h \ 15 15 $(INC)machdefs.h \ 16 $(EXTINCPATH)XAstro/P_.h \17 16 $(EXTINCPATH)XAstro/astro.h 18 17 $(OBJ)magfield.o: magfield.c magfield.h -
trunk/SophyaExt/XAstroPack/xastropack.cc
r1808 r2552 819 819 \endverbatim 820 820 */ 821 void PlanetPos(double mjd, intnumplan,double *sunecl,double *sunecb,double *sundist821 void PlanetPos(double mjd,PLCode numplan,double *sunecl,double *sunecb,double *sundist 822 822 ,double *geodist,double *geoecl,double *geoecb 823 823 ,double *diamang,double *mag) -
trunk/SophyaExt/XAstroPack/xastropack.h
r1808 r2552 9 9 extern "C" { /* extern "C" */ 10 10 #endif 11 #include "XAstro/P_.h" 11 /* #include "XAstro/P_.h" */ 12 12 #include "XAstro/astro.h" 13 #undef mjd 14 #undef lat 15 #undef lng 16 #undef tz 17 #undef temp 18 #undef pressure 19 #undef elev 20 #undef dip 21 #undef epoch 22 #undef tznm 23 #undef mjed 13 24 #ifdef __cplusplus 14 25 } /* extern "C" */ … … 177 188 void SunPos(double mjd,double *eclsn,double *ecbsn,double *rsn); 178 189 void MoonPos(double mjd,double *lmn,double *bmn,double *rho); 179 void PlanetPos(double mjd, intnumplan,double *sunecl,double *sunecb,double *sundist190 void PlanetPos(double mjd,PLCode numplan,double *sunecl,double *sunecb,double *sundist 180 191 ,double *geodist,double *geoecl,double *geoecb 181 192 ,double *diamang,double *mag); … … 183 194 \brief Same as PlanetPos above with less arguments 184 195 */ 185 inline void PlanetPos(double mjd, intnumplan,double *geoecl,double *geoecb196 inline void PlanetPos(double mjd,PLCode numplan,double *geoecl,double *geoecb 186 197 ,double *geodist,double *diamang) 187 198 {
Note:
See TracChangeset
for help on using the changeset viewer.