Changeset 2641 in Sophya for trunk/SophyaExt/XephemAstroLib/earthsat.c
- Timestamp:
- Dec 3, 2004, 11:39:58 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/XephemAstroLib/earthsat.c
r2551 r2641 398 398 { 399 399 /* figure its daft if long enough to decay 1 rev/day */ 400 return (fabs(op->es_epoch - mjd) > 1/ op->es_decay);400 return (fabs(op->es_epoch - mjd) > 1/fabs(op->es_decay)); 401 401 } 402 402 … … 784 784 785 785 /* For RCS Only -- Do Not Edit */ 786 static char *rcsid[2] = {(char *)rcsid, "@(#) $RCSfile: earthsat.c,v $ $Date: 2004- 06-15 16:52:38 $ $Revision: 1.3$ $Name: not supported by cvs2svn $"};786 static char *rcsid[2] = {(char *)rcsid, "@(#) $RCSfile: earthsat.c,v $ $Date: 2004-12-03 10:39:58 $ $Revision: 1.4 $ $Name: not supported by cvs2svn $"};
Note:
See TracChangeset
for help on using the changeset viewer.