diff options
Diffstat (limited to 'src/solvers/distribution.h')
| -rw-r--r-- | src/solvers/distribution.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/solvers/distribution.h b/src/solvers/distribution.h index 3c006a7..27b72d7 100644 --- a/src/solvers/distribution.h +++ b/src/solvers/distribution.h | |||
| @@ -94,10 +94,13 @@ distribution_equal( | |||
| 94 | LOG("[checkdata] Value for depth %" PRIu8 | 94 | LOG("[checkdata] Value for depth %" PRIu8 |
| 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 | } else { | 97 | } |
| 98 | /* | ||
| 99 | else { | ||
| 98 | LOG("[checkdata] Value for depth %" PRIu8 | 100 | LOG("[checkdata] Value for depth %" PRIu8 |
| 99 | " is correct (%" PRIu64 ")\n", i, actual[i]); | 101 | " is correct (%" PRIu64 ")\n", i, actual[i]); |
| 100 | } | 102 | } |
| 103 | */ | ||
| 101 | } | 104 | } |
| 102 | 105 | ||
| 103 | return wrong == 0; | 106 | return wrong == 0; |
