From 0c771b6e798619df47a5483672f98e4d16295054 Mon Sep 17 00:00:00 2001 From: amy Date: Thu, 6 Jul 2023 09:08:01 +0000 Subject: almost working ordering --- src/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util.h') 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; -- cgit v1.2.3