From a411f3b037fb77f68602b70a6408bef80dadaf4a Mon Sep 17 00:00:00 2001 From: amy Date: Sat, 15 Jul 2023 12:54:52 +0000 Subject: i hate sorting --- 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 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; -- cgit v1.2.3