aboutsummaryrefslogtreecommitdiff
path: root/src/symcoord.c
diff options
context:
space:
mode:
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