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

Comparing ray/src/hd/rhpict.c (file contents):
Revision 3.24 by greg, Sat Jun 7 05:09:46 2025 UTC vs.
Revision 3.25 by greg, Tue Jul 1 19:40:35 2025 UTC

# Line 228 | Line 228 | startpicture(          /* initialize picture for rendering & o
228          fputs(VIEWSTR, stdout);
229          fprintview(&myview, stdout);
230          fputc('\n', stdout);
231 <        if ((pa < 0.99) | (pa > 1.01))
231 >        if ((pa < 0.999) | (pa > 1.001))
232                  fputaspect(pa, stdout);
233          if ((expval < 0.99) | (expval > 1.01))
234                  fputexpos(expval, stdout);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines