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

Comparing ray/src/px/ximage.c (file contents):
Revision 1.9 by greg, Tue Sep 12 13:04:42 1989 UTC vs.
Revision 1.10 by greg, Wed Sep 13 15:41:52 1989 UTC

# Line 144 | Line 144 | char  *argv[];
144          if (fgetresolu(&xmax, &ymax, fin) != (YMAJOR|YDECR))
145                  quiterr("bad picture size");
146                                  /* set view parameters */
147 <        if (gotview) {
148 <                ourview.hresolu = xmax;
149 <                ourview.vresolu = ymax;
147 >        if (gotview)
148                  if (setview(&ourview) != NULL)
149                          gotview = 0;
150 <        }
150 >
151          if ((scanline = (COLR *)malloc(xmax*sizeof(COLR))) == NULL)
152                  quiterr("out of memory");
153  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines