diff options
Diffstat (limited to 'src/solvers/h48')
| -rw-r--r-- | src/solvers/h48/gendata_h48.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/solvers/h48/gendata_h48.h b/src/solvers/h48/gendata_h48.h index b6647ed..ba0cc50 100644 --- a/src/solvers/h48/gendata_h48.h +++ b/src/solvers/h48/gendata_h48.h | |||
| @@ -232,7 +232,7 @@ gendata_h48h0k4(gendata_h48_arg_t arg[static 1]) | |||
| 232 | bfsarg[t].table_mutex[tt] = &table_mutex[tt]; | 232 | bfsarg[t].table_mutex[tt] = &table_mutex[tt]; |
| 233 | } | 233 | } |
| 234 | for (done = 1, d = 1; done < h48max && d <= arg->maxdepth; d++) { | 234 | for (done = 1, d = 1; done < h48max && d <= arg->maxdepth; d++) { |
| 235 | LOG("h48: generating depth %" PRIu8 "\n", d); | 235 | LOG("h48: generating depth %" PRId64 "\n", d); |
| 236 | 236 | ||
| 237 | for (t = 0; t < THREADS; t++) { | 237 | for (t = 0; t < THREADS; t++) { |
| 238 | bfsarg[t].depth = d; | 238 | bfsarg[t].depth = d; |
