| # | Line 390 | Line 390 | check2do() /* check histogram to see what isn't worth | |
|---|---|---|
| 390 | break; | |
| 391 | b = (i+.5)*(bwmax-bwmin)/HISTRES + bwmin; | |
| 392 | l = Lb(b); | |
| 393 | – | #if 0 |
| 393 | /* determine if acuity adj. useful */ | |
| 394 | if (what2do&DO_ACUITY && | |
| 395 | hacuity(l) >= (inpres.xr/sqrt(ourview.hn2) + | |
| 396 | inpres.yr/sqrt(ourview.vn2))/(2.*180./PI*2.)) | |
| 397 | what2do &= ~DO_ACUITY; | |
| 399 | – | #endif |
| 398 | /* color sensitivity loss? */ | |
| 399 | if (l >= 6.0) | |
| 400 | what2do &= ~DO_COLOR; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |