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

Comparing ray/src/px/pfilt.c (file contents):
Revision 1.10 by greg, Thu Sep 13 09:46:00 1990 UTC vs.
Revision 1.11 by greg, Tue Oct 16 13:52:44 1990 UTC

# Line 281 | Line 281 | FILE  *in;
281                          fprintf(stderr, "%s: warning - partial frame (%d%%)\n",
282                                          progname, 100*i/yres);
283                          yres = i;
284 +                        y_r = (double)nrows/yres;
285                          break;
286                  }
287                  pass1scan(scan, i);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines