aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authoramy <[email protected]>2023-07-15 12:54:52 +0000
committeramy <[email protected]>2023-07-15 12:54:52 +0000
commita411f3b037fb77f68602b70a6408bef80dadaf4a (patch)
tree91ff16c878e93956de6911c3d6497ae23610675e /src/util.h
parentd43e0226d1591289e9baf4037632db6258007817 (diff)
i hate sorting
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index af753a6..98b3092 100644
--- a/src/util.h
+++ b/src/util.h
@@ -7,6 +7,7 @@
static const double FL_DIS = 1e-7;
static const double DB_DIS = 1e-6;
+static const double CLOSE_ENOUGH = 1e-4;
static const double NaN = 0.0f/0.0f;
static const int forced_length = 20;