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.15 by schorsch, Thu Jun 5 19:29:34 2003 UTC vs.
Revision 3.16 by schorsch, Mon Jul 21 22:30:18 2003 UTC

# Line 243 | Line 243 | getahead()                     /* load picture header */
243                  exit(1);
244          }
245          if (!gotview || ourview.type == VT_PAR) {
246 <                copystruct(&ourview, &stdview);
246 >                ourview = stdview;
247                  ourview.type = VT_PER;
248                  if (pixaspect*inpres.yr < inpres.xr) {
249                          ourview.horiz = 40.0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines