diff options
Diffstat (limited to 'src/symcoord.c')
| -rw-r--r-- | src/symcoord.c | 32 |
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 | ||
| 65 | Coordinate | 65 | Coordinate |
| 66 | coord_eofbepos_sym16 = { | 66 | coord_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 | ||
| 71 | Coordinate | 71 | Coordinate |
| 72 | coord_cp_sym16 = { | 72 | coord_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 | ||
| 77 | Coordinate | 77 | Coordinate |
| 78 | coord_drud_sym16 = { | 78 | coord_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 | ||
| 85 | Coordinate | 85 | Coordinate |
| 86 | coord_drudfin_noE_sym16 = { | 86 | coord_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 | ||
| 93 | Coordinate | 93 | Coordinate |
| 94 | coord_nxopt31 = { | 94 | coord_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 *****************************************************************/ |
