Changeset 2551 in Sophya for trunk/SophyaExt/XephemAstroLib/anomaly.c
- Timestamp:
- Jun 15, 2004, 6:54:12 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/XephemAstroLib/anomaly.c
r1719 r2551 4 4 #include <math.h> 5 5 6 #include "P_.h"7 6 #include "astro.h" 8 7 … … 16 15 */ 17 16 void 18 anomaly (ma, s, nu, ea) 19 double ma, s; 20 double *nu, *ea; 17 anomaly (double ma, double s, double *nu, double *ea) 21 18 { 22 19 double m, fea, corr; … … 64 61 65 62 /* For RCS Only -- Do Not Edit */ 66 static char *rcsid[2] = {(char *)rcsid, "@(#) $RCSfile: anomaly.c,v $ $Date: 200 1-10-22 12:08:26 $ $Revision: 1.2$ $Name: not supported by cvs2svn $"};63 static char *rcsid[2] = {(char *)rcsid, "@(#) $RCSfile: anomaly.c,v $ $Date: 2004-06-15 16:52:37 $ $Revision: 1.3 $ $Name: not supported by cvs2svn $"};
Note:
See TracChangeset
for help on using the changeset viewer.