00001 #ifndef FUNCTIONS_H_ 00002 #define FUNCTIONS_H_ 00003 00004 namespace functions{ 00005 double gauss_lin(double *x, double *par); 00006 } 00007 00008 #endif // FUNCTIONS_H_