00001 #ifndef UTILS_H 00002 #define UTILS_H 00003 00004 // the step length and its squared inverse for the second derivative 00005 #define h 0.0001 00006 #define h2 100000000 00007 00008 #endif // UTILS_H