diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-11-13 17:13:24 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-11-13 17:13:24 +0100 |
| commit | 1a90075f672a442cafa35c1cccbb6cf026c3980e (patch) | |
| tree | 6b1b89477b984df3873806450f955770d0d850d2 /src/pruning.c | |
| parent | e864e23e3ec315d5969281c51f24521cde30792a (diff) | |
| download | nissy-1a90075f672a442cafa35c1cccbb6cf026c3980e.tar.gz nissy-1a90075f672a442cafa35c1cccbb6cf026c3980e.zip | |
Fixed a problem with htr-drud coordinates. The corresponding pruning table also changed, hopefully the new one is correct.
Diffstat (limited to 'src/pruning.c')
| -rw-r--r-- | src/pruning.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) | |||
| 178 | d+1, pd->n - oldn, pd->n, pd->coord->max); | 178 | d+1, pd->n - oldn, pd->n, pd->coord->max); |
| 179 | oldn = pd->n; | 179 | oldn = pd->n; |
| 180 | } | 180 | } |
| 181 | fprintf(stderr, "Pruning table generated!\n"); | ||
| 181 | 182 | ||
| 182 | if (!write_ptable_file(pd)) | 183 | if (!write_ptable_file(pd)) |
| 183 | fprintf(stderr, "Error writing ptable file\n"); | 184 | fprintf(stderr, "Error writing ptable file\n"); |
