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

Comparing ray/src/common/idmap.h (file contents):
Revision 2.1 by greg, Fri Jul 26 16:18:06 2019 UTC vs.
Revision 2.2 by greg, Fri Jul 26 18:37:21 2019 UTC

# Line 20 | Line 20 | extern "C" {
20   #define IDMAP24FMT      "24-bit_indexed_name"
21   #define IDMAPFMT        "*-bit_indexed_name"
22  
23 < #define HF_HEADOUT      0x2
24 < #define HF_RESOUT       0x8
23 > #define HF_HEADOUT      0x2                     /* copy header to stdout */
24 > #define HF_RESOUT       0x8                     /* copy resolution */
25 > #define HF_STDERR       0x10                    /* report errors to stderr */
26  
27   /* Structure for reading identifier maps */
28   typedef struct {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines