From 86dd040a2d2f06e8355f5441fb1da5ed59ecc399 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 10 Sep 2022 17:52:57 +0200 Subject: Modified pruning table generation (new compressed) + website update --- src/pruning.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pruning.h') diff --git a/src/pruning.h b/src/pruning.h index 6965910..86691c1 100644 --- a/src/pruning.h +++ b/src/pruning.h @@ -4,12 +4,12 @@ #include "coord.h" void free_pd(PruneData *pd); -PruneData * genptable(PDGenData *data, int nthreads); +PruneData * genptable(PruneData *data, int nthreads); void print_ptable(PruneData *pd); uint64_t ptablesize(PruneData *pd); int ptableval(PruneData *pd, uint64_t ind); -extern PDGenData *active_pdg[256]; +extern PruneData *active_pd[256]; #endif -- cgit v1.3