| # | Line 339 | Line 339 | char *p; /* data for f */ | |
|---|---|---|
| 339 | } | |
| 340 | /* sort contributions */ | |
| 341 | qsort(cntord, nsources, sizeof(CNTPTR), cntcmp); | |
| 342 | < | hit2 = 0.0; test2 = FTINY; |
| 342 | > | hit2 = 0.5; test2 = 1.0; /* start with prob=.5 */ |
| 343 | /* test for shadows */ | |
| 344 | for (sn = 0; sn < nsources; sn++) { | |
| 345 | /* check threshold */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |