aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-06-01 10:00:02 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2022-06-01 10:00:02 +0200
commitc913d8b3563d0fbcda603ac4cdae8dcbb734055f (patch)
treeffb074cc58a938e7b27113c5a2b0523bc95094bb
parent62c9e8012e9a0844d9597b90723a928b71ad103b (diff)
downloadnissy-c913d8b3563d0fbcda603ac4cdae8dcbb734055f.tar.gz
nissy-c913d8b3563d0fbcda603ac4cdae8dcbb734055f.zip
Fixed bug with nxopt
-rwxr-xr-xnissybin327920 -> 327920 bytes
-rw-r--r--src/shell.c1
-rw-r--r--src/symcoord.c2
3 files changed, 2 insertions, 1 deletions
diff --git a/nissy b/nissy
index 67d8910..6f4e7cd 100755
--- a/nissy
+++ b/nissy
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);

Generated with cgit - Back to sebastiano.tronto.net