diff options
| author | enricotenuti <tenutz_27@outlook.it> | 2024-09-27 15:47:03 +0200 |
|---|---|---|
| committer | enricotenuti <tenutz_27@outlook.it> | 2024-09-27 15:47:03 +0200 |
| commit | 47fe842ee3375ad63cc96550e345d18f3af0885b (patch) | |
| tree | 7f67ac911546b9caef2ede7018b9a553409e5f12 /src/nissy.c | |
| parent | 3cb66440de97a787a974eed87a5fd876b46cef92 (diff) | |
| download | nissy-core-47fe842ee3375ad63cc96550e345d18f3af0885b.tar.gz nissy-core-47fe842ee3375ad63cc96550e345d18f3af0885b.zip | |
format fix thread.h
Diffstat (limited to '')
| -rw-r--r-- | src/nissy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nissy.c b/src/nissy.c index 5eeb457..56acf25 100644 --- a/src/nissy.c +++ b/src/nissy.c | |||
| @@ -333,8 +333,8 @@ nissy_solve( | |||
| 333 | ret = -1; | 333 | ret = -1; |
| 334 | } else { | 334 | } else { |
| 335 | ret = THREADS > 1 ? | 335 | ret = THREADS > 1 ? |
| 336 | solve_h48_parent(c, minmoves, maxmoves, maxsolutions, data, solutions) : | 336 | solve_h48_parent(c, minmoves, maxmoves, maxsolutions, data, solutions) : |
| 337 | solve_h48(c, minmoves, maxmoves, maxsolutions, data, solutions); | 337 | solve_h48(c, minmoves, maxmoves, maxsolutions, data, solutions); |
| 338 | } | 338 | } |
| 339 | } else if (!strcmp(solver, "h48stats")) { | 339 | } else if (!strcmp(solver, "h48stats")) { |
| 340 | ret = solve_h48stats(c, maxmoves, data, solutions); | 340 | ret = solve_h48stats(c, maxmoves, data, solutions); |
