# | Line 26 | Line 26 | srcskip( /* pre-emptive test for source to skip */ | |
---|---|---|
26 | ||
27 | if (sp->sflags & SSKIP) | |
28 | return(1); | |
29 | < | |
30 | < | if ((sp->sflags & (SPROX|SDISTANT)) != SPROX) |
31 | < | return(0); |
32 | < | |
33 | < | return(dist2(r->rorg, sp->sloc) > |
29 | > | if ((sp->sflags & (SPROX|SDISTANT)) == SPROX) |
30 | > | return(dist2(r->rorg, sp->sloc) > |
31 | (sp->sl.prox + sp->srad)*(sp->sl.prox + sp->srad)); | |
32 | + | return(0); |
33 | } | |
34 | ||
35 | double |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |