From 8b94d135429a9f3253cc7f25a1453b412065c4a0 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 18 May 2025 08:48:13 +0200 Subject: Refactor solver dispatch and checkdata --- tools/tool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/tool.h') diff --git a/tools/tool.h b/tools/tool.h index 77cdf34..225f789 100644 --- a/tools/tool.h +++ b/tools/tool.h @@ -126,7 +126,7 @@ derivetable( goto derivetable_error; } - if (parse_h48_solver(solver_small, &h, &k) != 0) { + if (parse_h48_hk(solver_small, &h, &k) != NISSY_OK) { gensize = -3; goto derivetable_error; } -- cgit v1.3