aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/distribution.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/solvers/distribution.h')
-rw-r--r--src/solvers/distribution.h5
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;

Generated with cgit - Back to sebastiano.tronto.net