--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/common.h Sun Nov 25 17:58:29 2007 +0100 @@ -0,0 +1,9 @@ +#ifndef COMMON_H +#define COMMON_H + +#include <float.h> + +#define Eps 1e-6 +#define Inf FLT_MAX + +#endif