diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-12-13 19:16:32 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-12-14 10:26:34 +0100 |
| commit | b25989e47adfadabcf0dabfd58d615622887cee0 (patch) | |
| tree | bf0037801f22e4bff1d29ce1724725cab098d4a5 /src/solvers/distribution.h | |
| parent | 6c42463b800bbab4583e90aeb748a79037c65a9e (diff) | |
| download | nissy-core-b25989e47adfadabcf0dabfd58d615622887cee0.tar.gz nissy-core-b25989e47adfadabcf0dabfd58d615622887cee0.zip | |
Intertwined table seems to work
Diffstat (limited to 'src/solvers/distribution.h')
| -rw-r--r-- | src/solvers/distribution.h | 6 |
1 files changed, 0 insertions, 6 deletions
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( | |||
| 95 | ": expected %" PRIu64 ", found %" PRIu64 "\n", | 95 | ": expected %" PRIu64 ", found %" PRIu64 "\n", |
| 96 | i, expected[i], actual[i]); | 96 | i, expected[i], actual[i]); |
| 97 | } | 97 | } |
| 98 | /* | ||
| 99 | else { | ||
| 100 | LOG("[checkdata] Value for depth %" PRIu8 | ||
| 101 | " is correct (%" PRIu64 ")\n", i, actual[i]); | ||
| 102 | } | ||
| 103 | */ | ||
| 104 | } | 98 | } |
| 105 | 99 | ||
| 106 | return wrong == 0; | 100 | return wrong == 0; |
