Changeset 1719 in Sophya for trunk/SophyaExt/XephemAstroLib/dbfmt.c
- Timestamp:
- Oct 22, 2001, 2:08:28 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/XephemAstroLib/dbfmt.c
r1457 r1719 510 510 break; 511 511 case E_E: 512 op->e_e = (float)atod (bp);512 op->e_e = atod (bp); 513 513 break; 514 514 case E_M: … … 1014 1014 1015 1015 /* For RCS Only -- Do Not Edit */ 1016 static char *rcsid[2] = {(char *)rcsid, "@(#) $RCSfile: dbfmt.c,v $ $Date: 2001- 04-10 14:40:46 $ $Revision: 1.1.1.1$ $Name: not supported by cvs2svn $"};1016 static char *rcsid[2] = {(char *)rcsid, "@(#) $RCSfile: dbfmt.c,v $ $Date: 2001-10-22 12:08:26 $ $Revision: 1.2 $ $Name: not supported by cvs2svn $"};
Note:
See TracChangeset
for help on using the changeset viewer.