Commit e528bd48 authored by Jacob Finkenrath's avatar Jacob Finkenrath
Browse files

QCD part 1, define M_PI if not defined

parent 46913cc5
......@@ -4,6 +4,10 @@
/* 64 bit MT PRNG from mt19937-64.c */
#define NN 312
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
extern int mti;
extern unsigned long long mt[NN];
void init_genrand64(unsigned long long seed);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment