From 81eb3bc9abce433d9324badc40bf1b7ce6f24baf Mon Sep 17 00:00:00 2001 From: Julian Weigt Date: Wed, 7 Jan 2026 23:17:37 +0000 Subject: Add extra check for printing if new record is significantly larger. --- charf.c | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/charf.c b/charf.c index d6da18b..97bc2a5 100644 --- a/charf.c +++ b/charf.c @@ -216,15 +216,18 @@ void compute(EXPTYPE p, int D, VALUETYPE* f, VALUETYPE* records){ && (is_greater(r,records[k])) ){ - char s[256]; - sprintf(s,"f: "); - int l = 3; - for(int i=0; ito_double(records[k])){ + char s[256]; + sprintf(s,"f: "); + int l = 3; + for(int i=0; i