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

Comparing ray/src/util/rpiece.c (file contents):
Revision 2.68 by greg, Tue Jul 1 19:40:35 2025 UTC vs.
Revision 2.69 by greg, Wed Jul 2 16:54:44 2025 UTC

# Line 315 | Line 315 | init(                  /* set up output file and start rpict */
315                  fprintview(&ourview, fp);
316                  fputc('\n', fp);
317                  fputnow(fp);
318 <                if (pixaspect < .999 || pixaspect > 1.001)
318 >                if ((pixaspect < .995) | (pixaspect > 1.005))
319                          fputaspect(pixaspect, fp);
320                  fputprims(stdprims, fp);
321                  fputformat(COLRFMT, fp);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines