diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-03-07 17:08:28 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-03-07 17:08:28 +0100 |
| commit | 4d8465a3a791ebcf4bc74bdcc21eff7341ebc30f (patch) | |
| tree | 227eb3fa6189b8e4e422d47cfa3f503aa99db5cf /src/solvers/h48 | |
| parent | 7defd8041e6050a9adf7927b43fd249d75d6389f (diff) | |
| download | nissy-core-4d8465a3a791ebcf4bc74bdcc21eff7341ebc30f.tar.gz nissy-core-4d8465a3a791ebcf4bc74bdcc21eff7341ebc30f.zip | |
More progress on coordinate solver
Diffstat (limited to 'src/solvers/h48')
| -rw-r--r-- | src/solvers/h48/solve.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/solvers/h48/solve.h b/src/solvers/h48/solve.h index 6277082..44f6a89 100644 --- a/src/solvers/h48/solve.h +++ b/src/solvers/h48/solve.h | |||
| @@ -457,7 +457,7 @@ solve_h48( | |||
| 457 | pthread_t thread[THREADS]; | 457 | pthread_t thread[THREADS]; |
| 458 | pthread_mutex_t solutions_mutex; | 458 | pthread_mutex_t solutions_mutex; |
| 459 | 459 | ||
| 460 | if(readtableinfo_n(data_size, data, 2, &info) != NISSY_OK) | 460 | if (readtableinfo_n(data_size, data, 2, &info) != NISSY_OK) |
| 461 | goto solve_h48_error_data; | 461 | goto solve_h48_error_data; |
| 462 | 462 | ||
| 463 | cocsepdata = (uint32_t *)((char *)data + INFOSIZE); | 463 | cocsepdata = (uint32_t *)((char *)data + INFOSIZE); |
