From 0c94ba6742de4021a49cbd5c51d3ae752eb60efd Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 1 Jun 2022 17:33:12 +0200 Subject: Another fix to coord --- src/coord.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/coord.c b/src/coord.c index 990ab11..3cff0c2 100644 --- a/src/coord.c +++ b/src/coord.c @@ -363,8 +363,8 @@ move_cphtr(Move m, uint64_t ind) if (!initialized) { for (ui = 0; ui < BINOM8ON4*6; ui++) for (j = U; j < NMOVES; j++) - aux[j][ui] = - cp_mtable[j][cphtr_right_rep[ui]]; + aux[j][ui] = index_cphtr( + cp_mtable[j][cphtr_right_rep[ui]]); initialized = true; } -- cgit v1.3