Changeset 1791 in Sophya
- Timestamp:
- Nov 27, 2001, 12:45:52 PM (24 years ago)
- Location:
- trunk/SophyaExt/XAstroPack
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/XAstroPack/xastropack.cc
r1688 r1791 4 4 5 5 // BUGS BUGS BUGS BUGS BUGS BUGS BUGS BUGS BUGS BUGS 6 // Corrections de divers bugs trouve dans libastro (CMV) 6 // >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 7 // >>>> Corrections de divers bugs trouve dans libastro (CMV) 7 8 // 1******* In the file vsop87.c line 154: 8 9 // p = q/(t_abs[alpha] + alpha * t_abs[alpha-1] * 1e-4 + 1e-35); … … 17 18 // if(*q<-1.) *q = -PI/2.; else if(*q>1.) *q = PI/2.; else *q = asin(*q); 18 19 // Mail envoye a ecdowney@ClearSkyInstitute.com 20 // >>>> Corrections effectuees dans la version Xephem 3.5 21 // >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 19 22 20 23 -
trunk/SophyaExt/XAstroPack/xastropack.h
r1720 r1791 66 66 r=24. vmax=24. -> mets dans [ 0,+24[ borne sup exclue 67 67 r=24. vmax=12. -> mets dans ]-12,+12] borne inf exclue 68 (ATTENTION: ca ne marche pas pour la latitude [-90,90] 69 car -90 ne peut etre inclus dans l'intervalle) 68 70 \endverbatim 69 71 */
Note:
See TracChangeset
for help on using the changeset viewer.