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

Comparing ray/src/px/pfilt.c (file contents):
Revision 1.7 by greg, Wed Sep 13 17:16:37 1989 UTC vs.
Revision 1.8 by greg, Fri Jan 5 17:52:52 1990 UTC

# Line 343 | Line 343 | scan2init()                    /* prepare scanline arrays */
343          }
344          e = bright(exposure);
345          if (e < 1-1e-7 || e > 1+1e-7)           /* record exposure */
346 <                printf("EXPOSURE=%e\n", e);
346 >                fputexpos(e, stdout);
347          printf("\n");
348          fputresolu(YMAJOR|YDECR, ncols, nrows, stdout); /* resolution */
349   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines