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

Comparing ray/src/px/ciq.c (file contents):
Revision 1.2 by greg, Thu Feb 2 14:10:33 1989 UTC vs.
Revision 1.3 by greg, Fri Apr 7 13:30:09 1989 UTC

# Line 70 | Line 70 | colormap ocm;
70      rgbpixel *line;
71      colormap map;
72  
73 +    for (x = 0; x < len; x++)   /* clear histogram */
74 +        hist[x] = 0;
75 +
76      line = line3alloc(xmax);
77      convertmap(ocm,map);
78  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines