diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-05-31 17:29:08 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-05-31 17:29:08 +0200 |
| commit | f021ee7fa4975eab02c158451093a28e83a725d9 (patch) | |
| tree | 7ec8d13732d59fa1b53e55b87753ebf35b5e58ad /src/coord.h | |
| parent | e18f8e4eefadd733d985e99e2710111afa5a710a (diff) | |
| download | nissy-f021ee7fa4975eab02c158451093a28e83a725d9.tar.gz nissy-f021ee7fa4975eab02c158451093a28e83a725d9.zip | |
Big changes to coordinate system: remove "anti-index" in favor of a more kociemba-like move function for each coordinate. This should speedup the table generation step. WARNING: nissy might not be 100% functional at this stage, TESTING needed!
Diffstat (limited to 'src/coord.h')
| -rw-r--r-- | src/coord.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/coord.h b/src/coord.h index 81e5866..61398a4 100644 --- a/src/coord.h +++ b/src/coord.h | |||
| @@ -18,7 +18,10 @@ extern Coordinate coord_htr_drud; | |||
| 18 | extern Coordinate coord_htrfin; | 18 | extern Coordinate coord_htrfin; |
| 19 | extern Coordinate coord_cpud_separate; | 19 | extern Coordinate coord_cpud_separate; |
| 20 | 20 | ||
| 21 | void test_coord(Coordinate *coord); | 21 | extern int cpud_separate_ant[BINOM8ON4]; |
| 22 | extern int cpud_separate_ind[FACTORIAL8]; | ||
| 23 | extern int cornershtrfin_ant[24*24/6]; | ||
| 24 | |||
| 22 | void init_coord(); | 25 | void init_coord(); |
| 23 | 26 | ||
| 24 | #endif | 27 | #endif |
