Ignore:
Timestamp:
Jul 16, 2009, 12:34:39 PM (16 years ago)
Author:
cmv
Message:

mise a niveau Xephem 3.7.4, cmv 16/07/2009

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/XephemAstroLib/earthsat.c

    r3477 r3654  
    397397crazyOp (Now *np, Obj *op)
    398398{
    399         /* figure its daft if long enough to decay 1 rev/day */
    400         return (fabs(op->es_epoch - mjd) > 1/fabs(op->es_decay));
     399        /* toss if more than a year old */
     400        return (fabs(op->es_epoch - mjd) > 365);
    401401}
    402402
     
    784784
    785785/* For RCS Only -- Do Not Edit */
    786 static char *rcsid[2] = {(char *)rcsid, "@(#) $RCSfile: earthsat.c,v $ $Date: 2008-03-25 17:45:14 $ $Revision: 1.8 $ $Name: not supported by cvs2svn $"};
     786static char *rcsid[2] = {(char *)rcsid, "@(#) $RCSfile: earthsat.c,v $ $Date: 2009-07-16 10:34:37 $ $Revision: 1.9 $ $Name: not supported by cvs2svn $"};
Note: See TracChangeset for help on using the changeset viewer.