aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/h48/gendata_h48.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/solvers/h48/gendata_h48.h')
-rw-r--r--src/solvers/h48/gendata_h48.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/solvers/h48/gendata_h48.h b/src/solvers/h48/gendata_h48.h
index 4e5daee..a7d8408 100644
--- a/src/solvers/h48/gendata_h48.h
+++ b/src/solvers/h48/gendata_h48.h
@@ -423,7 +423,8 @@ gendata_h48k2(gendata_h48_arg_t arg[static 1])
423 arg->base = base[arg->h]; 423 arg->base = base[arg->h];
424 arg->info = makeinfo_h48k2(arg); 424 arg->info = makeinfo_h48k2(arg);
425 425
426 inext = count = 0; 426 inext = 0;
427 count = 0;
427 pthread_mutex_init(&shortcubes_mutex, NULL); 428 pthread_mutex_init(&shortcubes_mutex, NULL);
428 for (i = 0; i < CHUNKS; i++) 429 for (i = 0; i < CHUNKS; i++)
429 pthread_mutex_init(&table_mutex[i], NULL); 430 pthread_mutex_init(&table_mutex[i], NULL);

Generated with cgit - Back to sebastiano.tronto.net