| # | Line 329 | Line 329 | char *p; /* data for f */ | |
|---|---|---|
| 329 | /* compute coefficient */ | |
| 330 | (*f)(srccnt[sn].val, p, srccnt[sn].dir, srccnt[sn].dom); | |
| 331 | cntord[sn].brt = bright(srccnt[sn].val); | |
| 332 | < | if (cntord[sn].brt <= FTINY) |
| 332 | > | if (cntord[sn].brt <= 0.0) |
| 333 | continue; | |
| 334 | /* compute intersection */ | |
| 335 | if (!( source[sn].sflags & SDISTANT ? | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |