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

Comparing ray/src/px/x11image.c (file contents):
Revision 1.15 by greg, Fri Apr 19 14:59:14 1991 UTC vs.
Revision 1.16 by greg, Wed May 1 12:40:00 1991 UTC

# Line 424 | Line 424 | XKeyPressedEvent  *ekey;
424                          sprintf(buf, "%.3f", intens(cval)/exposure);
425                          break;
426                  case 'l':                               /* luminance */
427 <                        sprintf(buf, "%.0fn", luminance(cval)/exposure);
427 >                        sprintf(buf, "%.0fL", luminance(cval)/exposure);
428                          break;
429                  case 'c':                               /* color */
430                          comp = pow(2.0, (double)scale);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines