aboutsummaryrefslogtreecommitdiff
path: root/src/symcoord.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/symcoord.c')
-rw-r--r--src/symcoord.c32
1 files changed, 16 insertions, 16 deletions
diff --git a/src/symcoord.c b/src/symcoord.c
index c4349f5..38e13c6 100644
--- a/src/symcoord.c
+++ b/src/symcoord.c
@@ -64,38 +64,38 @@ SymData * all_sd[] = {
64 64
65Coordinate 65Coordinate
66coord_eofbepos_sym16 = { 66coord_eofbepos_sym16 = {
67 .index = index_eofbepos_sym16, 67 .index = index_eofbepos_sym16,
68 .cube = antindex_eofbepos_sym16, 68 .cube = antindex_eofbepos_sym16,
69}; 69};
70 70
71Coordinate 71Coordinate
72coord_cp_sym16 = { 72coord_cp_sym16 = {
73 .index = index_cp_sym16, 73 .index = index_cp_sym16,
74 .cube = antindex_cp_sym16, 74 .cube = antindex_cp_sym16,
75}; 75};
76 76
77Coordinate 77Coordinate
78coord_drud_sym16 = { 78coord_drud_sym16 = {
79 .index = index_drud_sym16, 79 .index = index_drud_sym16,
80 .cube = antindex_drud_sym16, 80 .cube = antindex_drud_sym16,
81 .max = POW3TO7 * CLASSES_EOFBEPOS_16, 81 .max = POW3TO7 * CLASSES_EOFBEPOS_16,
82 .trans = transfinder_drud_sym16, 82 .transfind = transfinder_drud_sym16,
83}; 83};
84 84
85Coordinate 85Coordinate
86coord_drudfin_noE_sym16 = { 86coord_drudfin_noE_sym16 = {
87 .index = index_drudfin_noE_sym16, 87 .index = index_drudfin_noE_sym16,
88 .cube = antindex_drudfin_noE_sym16, 88 .cube = antindex_drudfin_noE_sym16,
89 .max = FACTORIAL8 * CLASSES_CP_16, 89 .max = FACTORIAL8 * CLASSES_CP_16,
90 .trans = transfinder_drudfin_noE_sym16, 90 .transfind = transfinder_drudfin_noE_sym16,
91}; 91};
92 92
93Coordinate 93Coordinate
94coord_nxopt31 = { 94coord_nxopt31 = {
95 .index = index_nxopt31, 95 .index = index_nxopt31,
96 .cube = antindex_nxopt31, 96 .cube = antindex_nxopt31,
97 .max = POW3TO7 * BINOM8ON4 * CLASSES_EOFBEPOS_16 , 97 .max = POW3TO7 * BINOM8ON4 * CLASSES_EOFBEPOS_16,
98 .trans = transfinder_nxopt31, 98 .transfind = transfinder_nxopt31,
99}; 99};
100 100
101/* Functions *****************************************************************/ 101/* Functions *****************************************************************/

Generated with cgit - Back to sebastiano.tronto.net