From b25989e47adfadabcf0dabfd58d615622887cee0 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 13 Dec 2025 19:16:32 +0100 Subject: Intertwined table seems to work --- src/solvers/distribution.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/solvers/distribution.h') diff --git a/src/solvers/distribution.h b/src/solvers/distribution.h index 4cb7157..e9302da 100644 --- a/src/solvers/distribution.h +++ b/src/solvers/distribution.h @@ -95,12 +95,6 @@ distribution_equal( ": expected %" PRIu64 ", found %" PRIu64 "\n", i, expected[i], actual[i]); } - /* - else { - LOG("[checkdata] Value for depth %" PRIu8 - " is correct (%" PRIu64 ")\n", i, actual[i]); - } - */ } return wrong == 0; -- cgit v1.3