ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/tonemap.h
(Generate patch)

Comparing ray/src/common/tonemap.h (file contents):
Revision 3.1 by greg, Tue Apr 15 16:53:03 1997 UTC vs.
Revision 3.2 by greg, Tue Apr 15 20:04:41 1997 UTC

# Line 18 | Line 18
18   #define TM_F_CWEIGHT    040             /* center weighting */
19   #define TM_F_FOVEAL     0100            /* use foveal sample size */
20   #define TM_F_BW         0200            /* luminance only */
21 < #define TM_F_NOERRS     0400            /* don't report errors to stderr */
21 > #define TM_F_NOSTDERR   0400            /* don't report errors to stderr */
22                                  /* combined modes */
23   #define TM_F_CAMERA     0
24   #define TM_F_HUMAN      (TM_F_HCONTR|TM_F_MESOPIC|TM_F_VEIL|\

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines