aboutsummaryrefslogtreecommitdiff
path: root/src/nissy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nissy.c')
-rw-r--r--src/nissy.c4
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);

Generated with cgit - Back to sebastiano.tronto.net