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

    r1719 r2551  
    11#include <stdio.h>
    22#include <math.h>
    3 #if defined(__STDC__)
    43#include <stdlib.h>
    5 #endif
    64
    7 #include "P_.h"
    85#include "astro.h"
    9 #include "circum.h"
    106
    117/*  RINGS OF SATURN by Olson, et al, BASIC Code from Sky & Telescope, May 1995.
     
    1410 */
    1511void
    16 satrings (sb, sl, sr, el, er, JD, etiltp, stiltp)
    17 double sb, sl, sr;              /* Saturn hlat, hlong, sun dist */
    18 double el, er;                  /* Earth hlong, sun dist */
    19 double JD;                      /* Julian date */
    20 double *etiltp, *stiltp;        /* tilt from earth and sun, rads southward */
     12satrings (
     13double sb, double sl, double sr,        /* Saturn hlat, hlong, sun dist */
     14double el, double er,                   /* Earth hlong, sun dist */
     15double JD,                              /* Julian date */
     16double *etiltp, double *stiltp)         /* tilt from earth and sun, rads south*/
    2117{
    2218        double t, i, om;
     
    4541        *stiltp = bp;
    4642}
     43
     44/* For RCS Only -- Do Not Edit */
     45static char *rcsid[2] = {(char *)rcsid, "@(#) $RCSfile: rings.c,v $ $Date: 2004-06-15 16:52:40 $ $Revision: 1.2 $ $Name: not supported by cvs2svn $"};
Note: See TracChangeset for help on using the changeset viewer.