src/common.h
branchpyrit
changeset 15 a0a3e334744f
child 20 f22952603f29
--- /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