fixed bug where lower redshift cut in observations was not properly applied

This commit is contained in:
P.M. Sutter 2015-08-27 14:19:45 -05:00
parent d937b2fa80
commit 3bb09067cd

View file

@ -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++) {