summaryrefslogtreecommitdiff
path: root/charf.c
diff options
context:
space:
mode:
authorJulian Weigt <juw@posteo.de>2026-01-18 13:38:00 +0100
committerJulian Weigt <juw@posteo.de>2026-02-04 15:56:55 +0100
commit34670ab7a63df67fe3b2907293512424a6e3fa0e (patch)
tree437d2875eb25b2295c01ae6b2791b9489f0ba1fe /charf.c
parent16ae97c7326060dd3ad1be03cdca2a5615814a3b (diff)
Update table to include p=∞.
Diffstat (limited to 'charf.c')
-rw-r--r--charf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/charf.c b/charf.c
index 520e8cb..174884b 100644
--- a/charf.c
+++ b/charf.c
@@ -369,7 +369,6 @@ int main() {
int num_exponents[K+1];
EXPTYPE exponents[P];
exponents[0] = int_to_exptype(1);
- //exponents[1] = int_to_exptype(2);
exponents[1] = infinity_to_exptype();
pthread_t threads[NUM_THREADS];