aboutsummaryrefslogtreecommitdiff
path: root/src/coord.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coord.c')
-rw-r--r--src/coord.c4
1 files 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)
363 if (!initialized) { 363 if (!initialized) {
364 for (ui = 0; ui < BINOM8ON4*6; ui++) 364 for (ui = 0; ui < BINOM8ON4*6; ui++)
365 for (j = U; j < NMOVES; j++) 365 for (j = U; j < NMOVES; j++)
366 aux[j][ui] = 366 aux[j][ui] = index_cphtr(
367 cp_mtable[j][cphtr_right_rep[ui]]; 367 cp_mtable[j][cphtr_right_rep[ui]]);
368 368
369 initialized = true; 369 initialized = true;
370 } 370 }

Generated with cgit - Back to sebastiano.tronto.net