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

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

# Line 916 | Line 916 | send_frame(void)                       /* send frame to destination */
916          if ((d < 0.99) | (d > 1.01))
917                  fputexpos(d, fp);
918          d = viewaspect(&vw) * hres / vres;
919 <        if ((d < 0.999) | (d > 1.001))
919 >        if ((d < 0.995) | (d > 1.005))
920                  fputaspect(d, fp);
921          fputformat(COLRFMT, fp);
922          fputc('\n', fp);                /* end header */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines