From 155b81fa0ee8767fbe7da2491924188e9d97d846 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 22 Feb 2023 10:52:30 +0100 Subject: [PATCH] spaces --- TP1/C-Cpp/src/mysok.cpp | 3 +-- TP1/C-Cpp/src/r0.cpp | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/TP1/C-Cpp/src/mysok.cpp b/TP1/C-Cpp/src/mysok.cpp index b2e4069..d23defa 100644 --- a/TP1/C-Cpp/src/mysok.cpp +++ b/TP1/C-Cpp/src/mysok.cpp @@ -100,8 +100,7 @@ void sok_board_t::load(char *_file) { } bool is_in_history(Node current, std::vector history) { - - //printf("Taille history : %d\n", history.size()); + // printf("Taille history : %d\n", history.size()); for (auto &noeud : history) { diff --git a/TP1/C-Cpp/src/r0.cpp b/TP1/C-Cpp/src/r0.cpp index 33659eb..8e6dbe5 100644 --- a/TP1/C-Cpp/src/r0.cpp +++ b/TP1/C-Cpp/src/r0.cpp @@ -32,7 +32,7 @@ int main(int _ac, char **_av) { std::cout << "Solution : " << result.path << "\n"; } - //result.state.print_board(); + // result.state.print_board(); return 0; }