aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/h48/checkdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/solvers/h48/checkdata.h')
-rw-r--r--src/solvers/h48/checkdata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/solvers/h48/checkdata.h b/src/solvers/h48/checkdata.h
index af0499d..608c4d8 100644
--- a/src/solvers/h48/checkdata.h
+++ b/src/solvers/h48/checkdata.h
@@ -219,7 +219,7 @@ checkdata_h48(
219 219
220 LOG("[checkdata] Checking distribution for '%s' from " 220 LOG("[checkdata] Checking distribution for '%s' from "
221 "actual table\n", info.solver); 221 "actual table\n", info.solver);
222 getdistribution(table, actual_distribution, &info); 222 getdistribution_h48(table, actual_distribution, &info);
223 if (!distribution_equal(ed, actual_distribution, em)) { 223 if (!distribution_equal(ed, actual_distribution, em)) {
224 LOG("[checkdata] Distribution from the actual table " 224 LOG("[checkdata] Distribution from the actual table "
225 "does not match the expected one\n"); 225 "does not match the expected one\n");

Generated with cgit - Back to sebastiano.tronto.net