diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-16 19:25:58 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-16 19:25:58 +0100 |
| commit | 2f924f942bd6e7126e8f1d8692e475c95bd9fe82 (patch) | |
| tree | dd5877c2fd836f43523263e48632946423401093 /src/coord.h | |
| parent | 4e2b4e603c7e84c7556f489d7d8dab06915b3a9b (diff) | |
| download | nissy-2f924f942bd6e7126e8f1d8692e475c95bd9fe82.tar.gz nissy-2f924f942bd6e7126e8f1d8692e475c95bd9fe82.zip | |
Added a new pruning table (equivalent to nxopt31). I have not tested it yet, it takes a while to generate.
Plus I have done a whole lot of refactoring in random places because I cannot focus on
one thing at the time.
Diffstat (limited to 'src/coord.h')
| -rw-r--r-- | src/coord.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/coord.h b/src/coord.h index be41b96..81e5866 100644 --- a/src/coord.h +++ b/src/coord.h | |||
| @@ -16,7 +16,9 @@ extern Coordinate coord_drud; | |||
| 16 | extern Coordinate coord_drud_eofb; | 16 | extern Coordinate coord_drud_eofb; |
| 17 | extern Coordinate coord_htr_drud; | 17 | extern Coordinate coord_htr_drud; |
| 18 | extern Coordinate coord_htrfin; | 18 | extern Coordinate coord_htrfin; |
| 19 | extern Coordinate coord_cpud_separate; | ||
| 19 | 20 | ||
| 21 | void test_coord(Coordinate *coord); | ||
| 20 | void init_coord(); | 22 | void init_coord(); |
| 21 | 23 | ||
| 22 | #endif | 24 | #endif |
