00001 00002 #ifndef M_PI 00003 #define M_PI 3.14159265358979323846 00004 #endif 00005 00006 /*Global declarations */ 00007 int DIM; 00008 int trialid; 00009 double * peaks; 00010 double * Xopt; 00011 double Fopt; 00012 unsigned int isInitDone;