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

Comparing ray/src/px/mt160r.c (file contents):
Revision 1.5 by greg, Thu Jan 25 08:28:33 1990 UTC vs.
Revision 1.6 by greg, Fri Jan 26 08:17:31 1990 UTC

# Line 67 | Line 67 | char  *fname;
67                          fprintf(stderr, "%s: read error (y=%d)\n", fname, i);
68                          return(-1);
69                  }
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