Changeset 3477 in Sophya for trunk/SophyaExt/XephemAstroLib/satmoon.c
- Timestamp:
- Mar 25, 2008, 6:45:21 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/XephemAstroLib/satmoon.c
r3111 r3477 101 101 102 102 /* get moon x,y,z from BDL if possible, else Bruton's model */ 103 if ( dir &&use_bdl (JD, dir, md) < 0)103 if (!dir || use_bdl (JD, dir, md) < 0) 104 104 bruton_saturn (sop, JD, md); 105 105 … … 508 508 509 509 /* For RCS Only -- Do Not Edit */ 510 static char *rcsid[2] = {(char *)rcsid, "@(#) $RCSfile: satmoon.c,v $ $Date: 200 6-11-22 13:53:31 $ $Revision: 1.4$ $Name: not supported by cvs2svn $"};510 static char *rcsid[2] = {(char *)rcsid, "@(#) $RCSfile: satmoon.c,v $ $Date: 2008-03-25 17:45:19 $ $Revision: 1.5 $ $Name: not supported by cvs2svn $"};
Note:
See TracChangeset
for help on using the changeset viewer.