From 2f924f942bd6e7126e8f1d8692e475c95bd9fe82 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 16 Dec 2021 19:25:58 +0100 Subject: 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. --- src/coord.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/coord.h') 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; extern Coordinate coord_drud_eofb; extern Coordinate coord_htr_drud; extern Coordinate coord_htrfin; +extern Coordinate coord_cpud_separate; +void test_coord(Coordinate *coord); void init_coord(); #endif -- cgit v1.3