Ignore:
Timestamp:
Oct 22, 2001, 2:08:28 PM (24 years ago)
Author:
cmv
Message:

Adapted to version 3.5 xephem cmv 22/10/2001

File:
1 edited

Legend:

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

    r1457 r1719  
    11#include <math.h>
    22
    3 /* @(#) $Id: actan.c,v 1.1.1.1 2001-04-10 14:40:45 cmv Exp $ */
     3/* @(#) $Id: actan.c,v 1.2 2001-10-22 12:08:26 cmv Exp $ */
     4
     5/* commonly in math.h, but not in strict ANSI C */
     6#ifndef M_PI
     7#define M_PI            3.14159265358979323846
     8#define M_PI_2          1.57079632679489661923
     9#endif
    410
    511double
     
    5965
    6066/* For RCS Only -- Do Not Edit */
    61 static char *rcsid[2] = {(char *)rcsid, "@(#) $RCSfile: actan.c,v $ $Date: 2001-04-10 14:40:45 $ $Revision: 1.1.1.1 $ $Name: not supported by cvs2svn $"};
     67static char *rcsid[2] = {(char *)rcsid, "@(#) $RCSfile: actan.c,v $ $Date: 2001-10-22 12:08:26 $ $Revision: 1.2 $ $Name: not supported by cvs2svn $"};
Note: See TracChangeset for help on using the changeset viewer.