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

Comparing ray/src/px/pcond.c (file contents):
Revision 3.23 by greg, Sun Nov 14 22:19:50 2004 UTC vs.
Revision 3.24 by schorsch, Wed Jun 7 17:52:04 2006 UTC

# Line 261 | Line 261 | getahead(void)                 /* load picture header */
261                  exit(1);
262          }
263          if (!gotview || ourview.type == VT_PAR ||
264 <                        ourview.horiz <= 5. | ourview.vert <= 5.) {
264 >                        (ourview.horiz <= 5.) | (ourview.vert <= 5.)) {
265                  ourview = stdview;
266                  ourview.type = VT_PER;
267                  if (pixaspect*inpres.yr < inpres.xr) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines