mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
some bug fixes to the a-p analysis scripts; fixed major bug in prunevoids; updated catalog release scripts
This commit is contained in:
parent
06c8ddc26e
commit
022eec19bb
13 changed files with 437 additions and 239 deletions
|
@ -441,9 +441,6 @@ int main(int argc, char **argv) {
|
|||
}
|
||||
|
||||
voids[iVoid].nearestEdge = nearestEdge;
|
||||
//if (nearestEdge < voids[iVoid].nearestMock) {
|
||||
// voids[iVoid].nearestMock = nearestEdge;
|
||||
//}
|
||||
} // iVoid
|
||||
|
||||
printf(" Picking winners and losers...\n");
|
||||
|
@ -453,7 +450,7 @@ int main(int argc, char **argv) {
|
|||
|
||||
for (iVoid = 0; iVoid < numVoids; iVoid++) {
|
||||
if (voids[iVoid].densCon < 1.5) {
|
||||
//voids[iVoid].accepted = 0;
|
||||
// voids[iVoid].accepted = -4;
|
||||
}
|
||||
|
||||
if (voids[iVoid].centralDen > args_info.maxCentralDen_arg) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue