aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authoramy <[email protected]>2023-07-06 09:08:01 +0000
committeramy <[email protected]>2023-07-06 09:08:01 +0000
commit0c771b6e798619df47a5483672f98e4d16295054 (patch)
tree413c6cf2901b3f7a6191f950f194c00f0fc7e4b6 /src/util.h
parentd9c4bae85ef6eb8dd4f69f2cbae1b9cc980fac83 (diff)
almost working ordering
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 027d96c..af753a6 100644
--- a/src/util.h
+++ b/src/util.h
@@ -6,6 +6,7 @@
#define __util__
static const double FL_DIS = 1e-7;
+static const double DB_DIS = 1e-6;
static const double NaN = 0.0f/0.0f;
static const int forced_length = 20;