replaced void shape fitter with rudimentary moment of inertia calculation

This commit is contained in:
P.M. Sutter 2013-01-18 09:56:31 -06:00
parent ea58ff2b83
commit ae9701e99c
3 changed files with 30 additions and 21 deletions

View file

@ -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++;
}