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.21 by schorsch, Sun Mar 28 20:33:14 2004 UTC vs.
Revision 3.22 by greg, Sun Nov 14 16:57:18 2004 UTC

# Line 260 | Line 260 | getahead(void)                 /* load picture header */
260                                  progname);
261                  exit(1);
262          }
263 <        if (!gotview || ourview.type == VT_PAR) {
263 >        if (!gotview || ourview.type == VT_PAR ||
264 >                        ourview.horiz <= 3. | ourview.vert <= 3.) {
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