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.23 by greg, Fri Jun 6 19:11:21 2025 UTC vs.
Revision 3.26 by greg, Wed Jul 2 16:54:44 2025 UTC

# Line 6 | Line 6 | static const char      RCSid[] = "$Id$";
6   */
7  
8   #include <string.h>
9 #include "paths.h"
9   #include "platform.h"
10   #include "rterror.h"
11   #include "rholo.h"
# Line 229 | 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.995) | (pa > 1.005))
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