Ignore:
Timestamp:
Jun 15, 2004, 6:54:12 PM (21 years ago)
Author:
cmv
Message:

nouvelle version de xephem/libastro (3.6) cmv 15/6/04

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/XephemAstroLib/airmass.c

    r1719 r2551  
    11#include <math.h>
    22
    3 #include "P_.h"
    43#include "astro.h"
    54
     
    109 */
    1110void
    12 airmass (aa, Xp)
    13 double aa;              /* apparent altitude, rads */
    14 double *Xp;             /* airmasses */
     11airmass (
     12double aa,              /* apparent altitude, rads */
     13double *Xp)             /* airmasses */
    1514{
    1615        double sm1;     /* secant zenith angle, minus 1 */
     
    2524
    2625/* For RCS Only -- Do Not Edit */
    27 static char *rcsid[2] = {(char *)rcsid, "@(#) $RCSfile: airmass.c,v $ $Date: 2001-10-22 12:08:26 $ $Revision: 1.2 $ $Name: not supported by cvs2svn $"};
     26static 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.