diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2022-03-15 15:54:39 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2022-03-15 15:54:39 +0100 |
| commit | e18f8e4eefadd733d985e99e2710111afa5a710a (patch) | |
| tree | 196033c8f04e760b8b6f4d445c70ca17143e0179 /src/trans.h | |
| parent | def25ea64b097d2a994eb33c91dc66248233afec (diff) | |
| download | nissy-e18f8e4eefadd733d985e99e2710111afa5a710a.tar.gz nissy-e18f8e4eefadd733d985e99e2710111afa5a710a.zip | |
Prepare for big changes in coordinates
Diffstat (limited to 'src/trans.h')
| -rw-r--r-- | src/trans.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trans.h b/src/trans.h index 13d17d8..51df12f 100644 --- a/src/trans.h +++ b/src/trans.h | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | #include "moves.h" | 4 | #include "moves.h" |
| 5 | 5 | ||
| 6 | /* | 6 | /* |
| 7 | * Tables are exposed to allow faster partial transofrmations in some | 7 | * Tables are exposed to allow faster partial transformations in some |
| 8 | * specific cases (in symcoord) | 8 | * specific cases (in symcoord) |
| 9 | */ | 9 | */ |
| 10 | extern int epose_ttable[NTRANS][FACTORIAL12/FACTORIAL8]; | 10 | extern int epose_ttable[NTRANS][FACTORIAL12/FACTORIAL8]; |
