From 9154476ba6bf400c1eb379f0a3aa6caae2d06d4d Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 25 Mar 2025 14:09:14 +0100 Subject: Added NISS to coord solver --- src/core/moves.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/moves.h') diff --git a/src/core/moves.h b/src/core/moves.h index e56d5c8..11ac34e 100644 --- a/src/core/moves.h +++ b/src/core/moves.h @@ -15,7 +15,7 @@ STATIC cube_t move(cube_t, uint8_t); STATIC cube_t premove(cube_t, uint8_t); STATIC uint8_t inverse_move(uint8_t); STATIC void sortparallel_moves(size_t n, uint8_t [n]); -STATIC bool are_lastmoves_singlecw(size_t n, uint8_t [n]); +STATIC bool are_lastmoves_singlecw(size_t n, const uint8_t [n]); STATIC cube_t applymoves(cube_t, const char *); @@ -236,7 +236,7 @@ sortparallel_moves(size_t n, uint8_t moves[n]) } STATIC bool -are_lastmoves_singlecw(size_t n, uint8_t moves[n]) +are_lastmoves_singlecw(size_t n, const uint8_t moves[n]) { bool two; -- cgit v1.3