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

Comparing ray/src/px/paintjet.c (file contents):
Revision 1.3 by greg, Fri Oct 20 20:36:13 1989 UTC vs.
Revision 1.4 by greg, Fri Jan 26 08:17:34 1990 UTC

# Line 67 | Line 67 | char  *fname;
67          for (i = yres-1; i >= 0; i--) {
68                  if (freadcolrs(scanline, xres, input) < 0)
69                          return(-1);
70 <                normcolrs(scanline, xres);
70 >                normcolrs(scanline, xres, 0);
71                  plotscan(scanline, xres, i);
72          }
73  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines