diff options
Diffstat (limited to 'src/solvers')
| -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 480e4f9..76a2532 100644 --- a/src/solvers/h48/gendata_h48.h +++ b/src/solvers/h48/gendata_h48.h | |||
| @@ -448,7 +448,6 @@ gendata_h48k2_runthread(void *arg) | |||
| 448 | pthread_mutex_unlock(dfsarg->shortcubes_mutex); | 448 | pthread_mutex_unlock(dfsarg->shortcubes_mutex); |
| 449 | break; | 449 | break; |
| 450 | } | 450 | } |
| 451 | dfsarg->cube = invcoord_h48(kv.key, dfsarg->crep, 11); | ||
| 452 | (*dfsarg->count)++; | 451 | (*dfsarg->count)++; |
| 453 | if (*dfsarg->count % UINT64_C(1000000) == 0) | 452 | if (*dfsarg->count % UINT64_C(1000000) == 0) |
| 454 | LOG("Processing %" PRIu64 "th short cube\n", | 453 | LOG("Processing %" PRIu64 "th short cube\n", |
| @@ -456,6 +455,7 @@ gendata_h48k2_runthread(void *arg) | |||
| 456 | 455 | ||
| 457 | pthread_mutex_unlock(dfsarg->shortcubes_mutex); | 456 | pthread_mutex_unlock(dfsarg->shortcubes_mutex); |
| 458 | 457 | ||
| 458 | dfsarg->cube = invcoord_h48(kv.key, dfsarg->crep, 11); | ||
| 459 | gendata_h48k2_dfs(dfsarg); | 459 | gendata_h48k2_dfs(dfsarg); |
| 460 | } | 460 | } |
| 461 | 461 | ||
