Changeset 428 in Sophya


Ignore:
Timestamp:
Sep 24, 1999, 9:32:55 AM (26 years ago)
Author:
ansari
Message:

alpha delta a partir croisement galax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Poubelle/archTOI.old/plgalcross.cc

    r427 r428  
    44#include <string.h>
    55#include <math.h>
     6
     7#ifndef M_PI
     8#define M_PI 3.1415926535
     9#endif
     10
     11#ifndef M_2PI
     12#define M_2PI (2*M_PI)
     13#endif
    614
    715#include "plgalcross.h"
Note: See TracChangeset for help on using the changeset viewer.