aboutsummaryrefslogtreecommitdiff
path: root/tools/expected_distributions.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/expected_distributions.h')
-rw-r--r--tools/expected_distributions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/expected_distributions.h b/tools/expected_distributions.h
index 202edf9..1b97166 100644
--- a/tools/expected_distributions.h
+++ b/tools/expected_distributions.h
@@ -155,7 +155,7 @@ check_distribution(const char *solver, const void *data)
155{ 155{
156 tableinfo_t info = {0}; 156 tableinfo_t info = {0};
157 157
158 if (!strcmp(solver, "h48")) { 158 if (!strncmp(solver, "h48", 3)) {
159 readtableinfo(data, &info); 159 readtableinfo(data, &info);
160 if (!distribution_equal( 160 if (!distribution_equal(
161 expected_cocsep, info.distribution, info.maxvalue)) { 161 expected_cocsep, info.distribution, info.maxvalue)) {

Generated with cgit - Back to sebastiano.tronto.net