diff options
Diffstat (limited to 'src/cubetypes.h')
| -rw-r--r-- | src/cubetypes.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/cubetypes.h b/src/cubetypes.h index 518c727..3ba667c 100644 --- a/src/cubetypes.h +++ b/src/cubetypes.h | |||
| @@ -168,11 +168,10 @@ struct | |||
| 168 | coordinate | 168 | coordinate |
| 169 | { | 169 | { |
| 170 | Indexer index; | 170 | Indexer index; |
| 171 | AntiIndexer cube; | ||
| 172 | uint64_t max; | 171 | uint64_t max; |
| 173 | TransFinder transfind; | ||
| 174 | CoordMover move; | 172 | CoordMover move; |
| 175 | CoordTransformer transform; | 173 | CoordTransformer transform; |
| 174 | SymData * sd; | ||
| 176 | }; | 175 | }; |
| 177 | 176 | ||
| 178 | struct | 177 | struct |
| @@ -324,8 +323,10 @@ symdata | |||
| 324 | int ntrans; | 323 | int ntrans; |
| 325 | Trans * trans; | 324 | Trans * trans; |
| 326 | uint64_t * class; | 325 | uint64_t * class; |
| 327 | Cube * rep; | 326 | uint64_t * unsym; |
| 328 | Trans * transtorep; | 327 | Trans * transtorep; |
| 328 | uint64_t * selfsim; | ||
| 329 | CoordTransformer transform; /* TODO: remove, use that of base coord */ | ||
| 329 | }; | 330 | }; |
| 330 | 331 | ||
| 331 | struct | 332 | struct |
