mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
replaced void shape fitter with rudimentary moment of inertia calculation
This commit is contained in:
parent
ea58ff2b83
commit
ae9701e99c
3 changed files with 30 additions and 21 deletions
|
@ -490,7 +490,7 @@ int main(int argc, char **argv) {
|
|||
}
|
||||
|
||||
// toss out voids that are obviously wrong
|
||||
if (voids[iVoid].densCon > 1.e3) {
|
||||
if (voids[iVoid].densCon > 1.e4) {
|
||||
voids[iVoid].accepted = -4;
|
||||
numWrong++;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue