h48

A prototype for an optimal Rubik's cube solver, work in progress.
git clone https://git.tronto.net/h48
Download | Log | Files | Refs | README | LICENSE

commit 79500f46632ba50b1640d16983942b940dd7955f
parent 191a85f8e0dc0c812a08d81b32cf319f23247e24
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Thu, 26 Sep 2024 19:07:10 +0200

small fix

Diffstat:
Mtools/tool.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/tool.h b/tools/tool.h @@ -15,7 +15,7 @@ static void getfilename(const char *, const char *, char *); static void writetable(const char *, int64_t, const char *); static int64_t generatetable(const char *, const char *, char **); static int getdata(const char *, const char *, char **, const char *); -static void gendata_run(const char *, const char *, uint64_t *); +static void gendata_run(const char *, const char *, uint64_t [static 21]); static void log_stderr(const char *str, ...)