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

Comparing ray/src/common/tmap16bit.c (file contents):
Revision 1.7 by greg, Mon Oct 8 18:07:55 2007 UTC vs.
Revision 1.8 by greg, Thu May 15 22:15:16 2008 UTC

# Line 185 | Line 185 | tmCvRGB48(TMstruct *tms, TMbright *ls, BYTE *cs,
185          if (gv <= 0.)
186                  gv = DEFGAM;
187                                                  /* sync input gamma table */
188 <        if ((gv != 1.) & (gv != cur_gam))
188 >        if (gv != cur_gam)
189                  mkGamTable(gv);
190          if (tmNeedMatrix(tms)) {                /* need floating point */
191                  COLOR   *newscan;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines