ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/pcond.c
(Generate patch)

Comparing ray/src/px/pcond.c (file contents):
Revision 3.1 by greg, Thu Oct 3 16:52:46 1996 UTC vs.
Revision 3.2 by greg, Fri Oct 4 16:10:39 1996 UTC

# 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines