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/h48/checkdata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/solvers/h48/checkdata.h') 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( LOG("[checkdata] Checking distribution for '%s' from " "actual table\n", info.solver); - getdistribution(table, actual_distribution, &info); + getdistribution_h48(table, actual_distribution, &info); if (!distribution_equal(ed, actual_distribution, em)) { LOG("[checkdata] Distribution from the actual table " "does not match the expected one\n"); -- cgit v1.3