diff options
Diffstat (limited to 'charf.c')
| -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]; |
