mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
fixed bug where lower redshift cut in observations was not properly applied
This commit is contained in:
parent
d937b2fa80
commit
3bb09067cd
1 changed files with 1 additions and 0 deletions
|
@ -919,6 +919,7 @@ int main(int argc, char **argv) {
|
||||||
voids[iGood++] = voids[iVoid];
|
voids[iGood++] = voids[iVoid];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
voids.resize(iGood);
|
||||||
|
|
||||||
iGood = 0;
|
iGood = 0;
|
||||||
for (iVoid = 0; iVoid < voids.size(); iVoid++) {
|
for (iVoid = 0; iVoid < voids.size(); iVoid++) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue