aboutsummaryrefslogtreecommitdiff
path: root/src/core/common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/common.hpp')
-rw-r--r--src/core/common.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/common.hpp b/src/core/common.hpp
index a3e682e..7965815 100644
--- a/src/core/common.hpp
+++ b/src/core/common.hpp
@@ -5,6 +5,6 @@
#define ZERO_APPROX 1e-6
-#define INFINITY std::numeric_limits<double>::infinity()
+#define INFTY std::numeric_limits<double>::infinity()
#endif