aboutsummaryrefslogtreecommitdiff
path: root/src/coord.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-16 19:25:58 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-16 19:25:58 +0100
commit2f924f942bd6e7126e8f1d8692e475c95bd9fe82 (patch)
treedd5877c2fd836f43523263e48632946423401093 /src/coord.h
parent4e2b4e603c7e84c7556f489d7d8dab06915b3a9b (diff)
downloadnissy-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 '')
-rw-r--r--src/coord.h2
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;
16extern Coordinate coord_drud_eofb; 16extern Coordinate coord_drud_eofb;
17extern Coordinate coord_htr_drud; 17extern Coordinate coord_htr_drud;
18extern Coordinate coord_htrfin; 18extern Coordinate coord_htrfin;
19extern Coordinate coord_cpud_separate;
19 20
21void test_coord(Coordinate *coord);
20void init_coord(); 22void init_coord();
21 23
22#endif 24#endif

Generated with cgit - Back to sebastiano.tronto.net