diff options
Diffstat (limited to 'src/common.hpp')
-rw-r--r-- | src/common.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common.hpp b/src/common.hpp new file mode 100644 index 0000000..fd219bf --- /dev/null +++ b/src/common.hpp @@ -0,0 +1,6 @@ +#ifndef COMMON_H +#define COMMON_H + +#define ZERO_APPROX 1e-6 + +#endif |