Changeset 2551 in Sophya for trunk/SophyaExt/XephemAstroLib/airmass.c
- Timestamp:
- Jun 15, 2004, 6:54:12 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/XephemAstroLib/airmass.c
r1719 r2551 1 1 #include <math.h> 2 2 3 #include "P_.h"4 3 #include "astro.h" 5 4 … … 10 9 */ 11 10 void 12 airmass ( aa, Xp)13 double aa ;/* apparent altitude, rads */14 double *Xp ;/* airmasses */11 airmass ( 12 double aa, /* apparent altitude, rads */ 13 double *Xp) /* airmasses */ 15 14 { 16 15 double sm1; /* secant zenith angle, minus 1 */ … … 25 24 26 25 /* For RCS Only -- Do Not Edit */ 27 static char *rcsid[2] = {(char *)rcsid, "@(#) $RCSfile: airmass.c,v $ $Date: 200 1-10-22 12:08:26 $ $Revision: 1.2$ $Name: not supported by cvs2svn $"};26 static char *rcsid[2] = {(char *)rcsid, "@(#) $RCSfile: airmass.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.