| # | Line 463 | Line 463 | refine_rays( /* compute refinement rays */ | |
|---|---|---|
| 463 | i = 0; | |
| 464 | /* trace rays in list */ | |
| 465 | for (rdone = 0; rdone < nrays; rdone++) { | |
| 466 | < | if (ndtset && i >= 1000 && cerrmap[pord[i]] <= FTINY) |
| 466 | > | if (ndtset && (i >= 1000) & (i < ntodo) && |
| 467 | > | cerrmap[pord[i]] <= FTINY) |
| 468 | ntodo = i; | |
| 469 | if (i >= ntodo) { /* redo conspicuity & priority */ | |
| 470 | while (ray_refine(-1) >= 0) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |