diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-06-01 17:33:12 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-06-01 17:33:12 +0200 |
| commit | 0c94ba6742de4021a49cbd5c51d3ae752eb60efd (patch) | |
| tree | 1f992b7d88ef302340ed6659e2eec446c257601d | |
| parent | 21f5ae00e2f5d042ce887b5d6cf0450f42c3383c (diff) | |
| download | nissy-0c94ba6742de4021a49cbd5c51d3ae752eb60efd.tar.gz nissy-0c94ba6742de4021a49cbd5c51d3ae752eb60efd.zip | |
Another fix to coord
| -rw-r--r-- | src/coord.c | 4 |
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 | } |
