Ignore:
Timestamp:
Oct 22, 2001, 2:08:28 PM (24 years ago)
Author:
cmv
Message:

Adapted to version 3.5 xephem cmv 22/10/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/XephemAstroLib/circum.h

    r1457 r1719  
    6868
    6969/* longest object name, including trailing '\0' */
    70 #define MAXNM   14
     70#define MAXNM   22
    7171
    7272/* Obj is a massive union.
     
    156156    float  eo_om;       /* argument of perihelion, degress */
    157157    float  eo_a;        /* mean distance, aka,semi-maj axis,AU */
    158     float  eo_e;        /* eccentricity */
    159158    float  eo_M;        /* mean anomaly, ie, degrees from perihelion at cepoch*/
    160159    float  eo_size;     /* angular size, in arc seconds at 1 AU */
     160    double eo_e;        /* eccentricity (double for when near 1 computing q) */
    161161    double eo_cepoch;   /* epoch date (M reference), as an mjd */
    162162    double eo_epoch;    /* equinox year (inc/Om/om reference), as an mjd. */
     
    440440
    441441/* 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.