diff options
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 |
