From b44df4b07d0aec69f35f5f125996baf8fa9e864e Mon Sep 17 00:00:00 2001 From: amy Date: Fri, 5 May 2023 14:28:10 +0000 Subject: faster i think --- src/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 2a78785..045407f 100644 --- a/src/util.h +++ b/src/util.h @@ -4,7 +4,7 @@ #include "string.h" #ifndef __util__ #define __util__ -static const double FL_DIS = 1e-10; +static const double FL_DIS = 1e-7; static const double NaN = 0.0f/0.0f; #define greater(a,b) ((a)>(b)?(a):(b)) -- cgit v1.2.3