Changeset 1719 in Sophya for trunk/SophyaExt/XephemAstroLib/circum.h
- Timestamp:
- Oct 22, 2001, 2:08:28 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/XephemAstroLib/circum.h
r1457 r1719 68 68 69 69 /* longest object name, including trailing '\0' */ 70 #define MAXNM 1470 #define MAXNM 22 71 71 72 72 /* Obj is a massive union. … … 156 156 float eo_om; /* argument of perihelion, degress */ 157 157 float eo_a; /* mean distance, aka,semi-maj axis,AU */ 158 float eo_e; /* eccentricity */159 158 float eo_M; /* mean anomaly, ie, degrees from perihelion at cepoch*/ 160 159 float eo_size; /* angular size, in arc seconds at 1 AU */ 160 double eo_e; /* eccentricity (double for when near 1 computing q) */ 161 161 double eo_cepoch; /* epoch date (M reference), as an mjd */ 162 162 double eo_epoch; /* equinox year (inc/Om/om reference), as an mjd. */ … … 440 440 441 441 /* For RCS Only -- Do Not Edit 442 * @(#) $RCSfile: circum.h,v $ $Date: 2001- 04-10 14:40:46 $ $Revision: 1.1.1.1$ $Name: not supported by cvs2svn $443 */ 442 * @(#) $RCSfile: circum.h,v $ $Date: 2001-10-22 12:08:26 $ $Revision: 1.2 $ $Name: not supported by cvs2svn $ 443 */
Note:
See TracChangeset
for help on using the changeset viewer.