aboutsummaryrefslogtreecommitdiff
path: root/tools/302_solve_multisol
diff options
context:
space:
mode:
Diffstat (limited to 'tools/302_solve_multisol')
-rw-r--r--tools/302_solve_multisol/solve_multisol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/302_solve_multisol/solve_multisol.c b/tools/302_solve_multisol/solve_multisol.c
index ec36711..e4256de 100644
--- a/tools/302_solve_multisol/solve_multisol.c
+++ b/tools/302_solve_multisol/solve_multisol.c
@@ -50,7 +50,7 @@ int main(int argc, char **argv) {
50 solver = argv[1]; 50 solver = argv[1];
51 nsol = atoi(argv[2]); 51 nsol = atoi(argv[2]);
52 srand(time(NULL)); 52 srand(time(NULL));
53 nissy_setlogger(log_stdout, NULL); 53 nissy_setlogger(log_stderr, NULL);
54 54
55 55
56 sprintf(filename, "tables/%s", solver); 56 sprintf(filename, "tables/%s", solver);

Generated with cgit - Back to sebastiano.tronto.net