aboutsummaryrefslogtreecommitdiff
path: root/src/symcoord.c
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-06-01 14:54:18 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2022-06-01 14:54:18 +0200
commita13d749f7e19eb1b1fc8d178610ba269df6cfe84 (patch)
treeeb9dbbeea019d1eb0146d7fcfc747be52835ed39 /src/symcoord.c
parented304cbf68b60c982f9f204b5956dae5672c946a (diff)
downloadnissy-a13d749f7e19eb1b1fc8d178610ba269df6cfe84.tar.gz
nissy-a13d749f7e19eb1b1fc8d178610ba269df6cfe84.zip
parallelized genptable_fixnasty
Diffstat (limited to 'src/symcoord.c')
-rw-r--r--src/symcoord.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/symcoord.c b/src/symcoord.c
index c852ef2..20d7c28 100644
--- a/src/symcoord.c
+++ b/src/symcoord.c
@@ -106,6 +106,7 @@ coord_drud_sym16 = {
106 .index = index_drud_sym16, 106 .index = index_drud_sym16,
107 .move = move_drud_sym16, 107 .move = move_drud_sym16,
108 .max = POW3TO7 * CLASSES_EOFBEPOS_16, 108 .max = POW3TO7 * CLASSES_EOFBEPOS_16,
109 .base = &coord_eofbepos_sym16,
109 .transform = transform_drud_sym16, 110 .transform = transform_drud_sym16,
110 .tfind = tfind_drud_sym16, 111 .tfind = tfind_drud_sym16,
111}; 112};
@@ -115,6 +116,7 @@ coord_drudfin_noE_sym16 = {
115 .index = index_drudfin_noE_sym16, 116 .index = index_drudfin_noE_sym16,
116 .move = move_drudfin_noE_sym16, 117 .move = move_drudfin_noE_sym16,
117 .max = FACTORIAL8 * CLASSES_CP_16, 118 .max = FACTORIAL8 * CLASSES_CP_16,
119 .base = &coord_cp_sym16,
118 .transform = transform_drudfin_noE_sym16, 120 .transform = transform_drudfin_noE_sym16,
119 .tfind = tfind_drudfin_noE_sym16, 121 .tfind = tfind_drudfin_noE_sym16,
120}; 122};
@@ -124,6 +126,7 @@ coord_nxopt31 = {
124 .index = index_nxopt31, 126 .index = index_nxopt31,
125 .move = move_nxopt31, 127 .move = move_nxopt31,
126 .max = POW3TO7 * BINOM8ON4 * CLASSES_EOFBEPOS_16, 128 .max = POW3TO7 * BINOM8ON4 * CLASSES_EOFBEPOS_16,
129 .base = &coord_eofbepos_sym16,
127 .transform = transform_nxopt31, 130 .transform = transform_nxopt31,
128 .tfind = tfind_nxopt31, 131 .tfind = tfind_nxopt31,
129}; 132};

Generated with cgit - Back to sebastiano.tronto.net