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

Comparing ray/src/rt/rpict.c (file contents):
Revision 2.108 by greg, Fri Jun 20 03:43:17 2025 UTC vs.
Revision 2.109 by greg, Tue Jul 1 19:40:35 2025 UTC

# Line 342 | Line 342 | rpict(                 /* generate image(s) */
342                  fputs(VIEWSTR, stdout);
343                  fprintview(&ourview, stdout);
344                  putchar('\n');
345 <                if ((pa < .99) | (pa > 1.01))
345 >                if ((pa < .999) | (pa > 1.001))
346                          fputaspect(pa, stdout);
347                  fputnow(stdout);
348                  if (out_prims == xyzprims) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines