diff options
Diffstat (limited to 'src/solvers/h48/solve_multithread.h')
| -rw-r--r-- | src/solvers/h48/solve_multithread.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/solvers/h48/solve_multithread.h b/src/solvers/h48/solve_multithread.h index 86171a9..766d84a 100644 --- a/src/solvers/h48/solve_multithread.h +++ b/src/solvers/h48/solve_multithread.h | |||
| @@ -258,8 +258,8 @@ solve_h48_multithread( | |||
| 258 | .maxsolutions = maxsolutions, | 258 | .maxsolutions = maxsolutions, |
| 259 | .h = info.h48h, | 259 | .h = info.h48h, |
| 260 | .k = info.bits, | 260 | .k = info.bits, |
| 261 | .cocsepdata = get_cocsepdata_ptr(data), | 261 | .cocsepdata = get_cocsepdata_constptr(data), |
| 262 | .h48data = get_h48data_ptr(data), | 262 | .h48data = get_h48data_constptr(data), |
| 263 | .nextsol = &solutions}; | 263 | .nextsol = &solutions}; |
| 264 | 264 | ||
| 265 | task_queue_t q; | 265 | task_queue_t q; |
