From 5eb02996f49c01707809d392e9ce38d7bf857a54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Mogu=C3=A9rou?= Date: Tue, 16 Apr 2024 01:08:58 +0200 Subject: [PATCH] Faute de grammaire --- src/algorithm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/algorithm.c b/src/algorithm.c index 8b169cf..9f1414b 100644 --- a/src/algorithm.c +++ b/src/algorithm.c @@ -1080,7 +1080,7 @@ void aux_2(creneau* edt, int len_edt, colleur* chads, int len_chads, int n_group int temp = 0; int skipped = 0; int a = 0; - printf("Testing %d combinations...\n\n", n_sim); + info("Testing %d combinations...", n_sim); for(int k = 0; k < n_sim*(1 - (max_score == n_groups*100)); k++) { if(k >= a) { printf("\x1b[1F"); @@ -1136,7 +1136,7 @@ void aux_2(creneau* edt, int len_edt, colleur* chads, int len_chads, int n_group } } int end = time(NULL); - info("Took %ds to found", end-start); + info("Took %ds to find", end-start); free(group_stats); free(group_temp); free(weeks_len);