diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/wolff.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); } |