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/refract.c

    r1895 r2551  
    22#include <math.h>
    33
    4 #include "P_.h"
    54#include "astro.h"
    65
    7 static void unrefractLT15 P_((double pr, double tr, double aa, double *ta));
    8 static void unrefractGE15 P_((double pr, double tr, double aa, double *ta));
     6static void unrefractLT15 (double pr, double tr, double aa, double *ta);
     7static void unrefractGE15 (double pr, double tr, double aa, double *ta);
    98
    109void
    11 unrefract (pr, tr, aa, ta)
    12 double pr, tr;
    13 double aa;
    14 double *ta;
     10unrefract (double pr, double tr, double aa, double *ta)
    1511{
    1612#define LTLIM   14.5
     
    3531
    3632static void
    37 unrefractGE15 (pr, tr, aa, ta)
    38 double pr, tr;
    39 double aa;
    40 double *ta;
     33unrefractGE15 (double pr, double tr, double aa, double *ta)
    4134{
    4235        double r;
     
    4740
    4841static void
    49 unrefractLT15 (pr, tr, aa, ta)
    50 double pr, tr;
    51 double aa;
    52 double *ta;
     42unrefractLT15 (double pr, double tr, double aa, double *ta)
    5343{
    5444        double aadeg = raddeg(aa);
     
    6757 */
    6858void
    69 refract (pr, tr, ta, aa)
    70 double pr, tr;
    71 double ta;
    72 double *aa;
     59refract (double pr, double tr, double ta, double *aa)
    7360{
    7461#define MAXRERR degrad(0.1/3600.)       /* desired accuracy, rads */
     
    10289
    10390/* For RCS Only -- Do Not Edit */
    104 static char *rcsid[2] = {(char *)rcsid, "@(#) $RCSfile: refract.c,v $ $Date: 2002-02-07 09:27:06 $ $Revision: 1.3 $ $Name: not supported by cvs2svn $"};
     91static char *rcsid[2] = {(char *)rcsid, "@(#) $RCSfile: refract.c,v $ $Date: 2004-06-15 16:52:40 $ $Revision: 1.4 $ $Name: not supported by cvs2svn $"};
Note: See TracChangeset for help on using the changeset viewer.