From 0cde9f780942559625ff4a9162a71b1156947b96 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Fri, 3 Nov 2017 00:18:36 -0400 Subject: fixed conditions for new warning --- src/wolff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wolff.c b/src/wolff.c index b44ccab..0ab6a29 100644 --- a/src/wolff.c +++ b/src/wolff.c @@ -247,7 +247,7 @@ int main(int argc, char *argv[]) { printf("WARNING: correlation function never hit the noise floor.\n"); } - if (n < 1) { + if (n < 2) { printf("WARNING: correlation function only has one nonnegative term.\n"); } -- cgit v1.2.3-70-g09d2