From 9c209afd81e4c51e4fc2717c0eeff4a5d116bcb0 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 23 Apr 2025 15:42:11 +0200 Subject: Added orientation to getcube --- shell/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/shell.c b/shell/shell.c index 40a5748..3ee69c4 100644 --- a/shell/shell.c +++ b/shell/shell.c @@ -268,7 +268,7 @@ randomcube_exec(args_t *args) eo = rand64(); cp = rand64(); co = rand64(); - ret = nissy_getcube(ep, eo, cp, co, "fix", result); + ret = nissy_getcube(ep, eo, cp, co, 0, "fix", result); if (ret == NISSY_OK || ret == NISSY_WARNING_UNSOLVABLE) printf("%s\n", result); -- cgit v1.3