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

Comparing ray/src/util/cmatrix.h (file contents):
Revision 2.13 by greg, Tue Jan 19 23:32:00 2021 UTC vs.
Revision 2.15 by greg, Fri Apr 4 18:06:48 2025 UTC

# Line 15 | Line 15
15   extern "C" {
16   #endif
17  
18 < /* Data types for file loading */
19 < enum {DTfromHeader=0, DTrgbe, DTxyze, DTfloat, DTascii, DTdouble, DTend};
18 > /* Data types for file loading (used to be an enum) */
19 > #define DTfromHeader    0
20 > #define DTrgbe          1
21 > #define DTxyze          2
22 > #define DTspec          3
23 > #define DTfloat         4
24 > #define DTascii         5
25 > #define DTdouble        6
26 > #define DTend           7
27  
28   extern const char       stdin_name[];
29   extern const char       *cm_fmt_id[];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines