From 531a2c30f3770afc4ae6e833027e1ea89edd0e74 Mon Sep 17 00:00:00 2001 From: Marie Aubert Date: Thu, 11 Oct 2018 18:05:59 +0200 Subject: [PATCH] Uncommented previous part of the code making sure that upper redshift boundary of zRange is respected --- c_tools/stacking/pruneVoids.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/c_tools/stacking/pruneVoids.cpp b/c_tools/stacking/pruneVoids.cpp index 1a61cc8..f59377b 100644 --- a/c_tools/stacking/pruneVoids.cpp +++ b/c_tools/stacking/pruneVoids.cpp @@ -921,7 +921,7 @@ int main(int argc, char **argv) { } voids.resize(iGood); -/* + //Maubert - Uncommented this part : to be sure that voids to not cross maximum redshift asked for in zrange iGood = 0; for (iVoid = 0; iVoid < voids.size(); iVoid++) { // just in case @@ -933,7 +933,8 @@ int main(int argc, char **argv) { } } voids.resize(iGood); -*/ + // Maubert - End of Uncommented part + printf(" 4th filter: rejected %d outside redshift boundaries\n", numNearZ);