From 1a90075f672a442cafa35c1cccbb6cf026c3980e Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 13 Nov 2021 17:13:24 +0100 Subject: Fixed a problem with htr-drud coordinates. The corresponding pruning table also changed, hopefully the new one is correct. --- src/pruning.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pruning.c') diff --git a/src/pruning.c b/src/pruning.c index ca6f57a..6165e71 100644 --- a/src/pruning.c +++ b/src/pruning.c @@ -178,6 +178,7 @@ genptable(PruneData *pd) d+1, pd->n - oldn, pd->n, pd->coord->max); oldn = pd->n; } + fprintf(stderr, "Pruning table generated!\n"); if (!write_ptable_file(pd)) fprintf(stderr, "Error writing ptable file\n"); -- cgit v1.3