Changeset 3654 in Sophya for trunk/SophyaExt/XephemAstroLib/riset_cir.c
- Timestamp:
- Jul 16, 2009, 12:34:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/XephemAstroLib/riset_cir.c
r3477 r3654 273 273 #define MAXPASSES 20 /* max iterations to try */ 274 274 #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)*/ 276 276 277 277 double a0 = 0; … … 383 383 384 384 /* For RCS Only -- Do Not Edit */ 385 static char *rcsid[2] = {(char *)rcsid, "@(#) $RCSfile: riset_cir.c,v $ $Date: 200 8-03-25 17:45:19 $ $Revision: 1.7$ $Name: not supported by cvs2svn $"};385 static 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.