diff options
| -rwxr-xr-x | nissy | bin | 327920 -> 327920 bytes | |||
| -rw-r--r-- | src/shell.c | 1 | ||||
| -rw-r--r-- | src/symcoord.c | 2 |
3 files changed, 2 insertions, 1 deletions
| Binary files differ | |||
diff --git a/src/shell.c b/src/shell.c index 77d5d1d..30d02be 100644 --- a/src/shell.c +++ b/src/shell.c | |||
| @@ -143,6 +143,7 @@ main(int argc, char *argv[]) | |||
| 143 | char *closing_cmd[1] = { "freemem" }; | 143 | char *closing_cmd[1] = { "freemem" }; |
| 144 | 144 | ||
| 145 | init_env(); | 145 | init_env(); |
| 146 | /*print_ptable(&pd_nxopt31_HTM);*/ | ||
| 146 | 147 | ||
| 147 | if (!checkfiles()) { | 148 | if (!checkfiles()) { |
| 148 | fprintf(stderr, | 149 | fprintf(stderr, |
diff --git a/src/symcoord.c b/src/symcoord.c index 202a4bf..5c6634e 100644 --- a/src/symcoord.c +++ b/src/symcoord.c | |||
| @@ -226,8 +226,8 @@ move_nxopt31(Move m, uint64_t ind) | |||
| 226 | coud = (ind / BINOM8ON4) % POW3TO7; | 226 | coud = (ind / BINOM8ON4) % POW3TO7; |
| 227 | cpsep = ind % BINOM8ON4; | 227 | cpsep = ind % BINOM8ON4; |
| 228 | 228 | ||
| 229 | eofbepos = move_eofbepos_16[m][eofbepos]; | ||
| 230 | ttr = ttrep_move_eofbepos_16[m][eofbepos]; | 229 | ttr = ttrep_move_eofbepos_16[m][eofbepos]; |
| 230 | eofbepos = move_eofbepos_16[m][eofbepos]; | ||
| 231 | coud = coud_mtable[m][coud]; | 231 | coud = coud_mtable[m][coud]; |
| 232 | coud = co_ttable[ttr][coud]; /* Source is always coud */ | 232 | coud = co_ttable[ttr][coud]; /* Source is always coud */ |
| 233 | cpsep = coord_cpud_separate.move(m, cpsep); | 233 | cpsep = coord_cpud_separate.move(m, cpsep); |
