mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
Uncommented previous part of the code making sure that upper redshift boundary of zRange is respected
This commit is contained in:
parent
7bf85c07c8
commit
531a2c30f3
1 changed files with 3 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue