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/riset_cir.c

    r3477 r3654  
    273273#define MAXPASSES       20              /* max iterations to try */
    274274#define FIRSTSTEP       (1.0/60.0/24.0) /* first time step, days */
    275 #define MAXSTEP         (1.0/24.0)/* max time step,days (to detect flat)*/
     275#define MAXSTEP         (12.0/24.0)/* max time step,days (to detect flat)*/
    276276
    277277        double a0 = 0;
     
    383383
    384384/* For RCS Only -- Do Not Edit */
    385 static char *rcsid[2] = {(char *)rcsid, "@(#) $RCSfile: riset_cir.c,v $ $Date: 2008-03-25 17:45:19 $ $Revision: 1.7 $ $Name: not supported by cvs2svn $"};
     385static char *rcsid[2] = {(char *)rcsid, "@(#) $RCSfile: riset_cir.c,v $ $Date: 2009-07-16 10:34:39 $ $Revision: 1.8 $ $Name: not supported by cvs2svn $"};
Note: See TracChangeset for help on using the changeset viewer.