diff options
| author | Julian Weigt <juw@posteo.de> | 2026-01-18 13:38:00 +0100 |
|---|---|---|
| committer | Julian Weigt <juw@posteo.de> | 2026-02-04 15:56:55 +0100 |
| commit | 34670ab7a63df67fe3b2907293512424a6e3fa0e (patch) | |
| tree | 437d2875eb25b2295c01ae6b2791b9489f0ba1fe | |
| parent | 16ae97c7326060dd3ad1be03cdca2a5615814a3b (diff) | |
Update table to include p=∞.
| -rw-r--r-- | charf.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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]; |
