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.14 by greg, Tue Nov 21 01:30:20 2023 UTC

# Line 16 | Line 16 | extern "C" {
16   #endif
17  
18   /* Data types for file loading */
19 < enum {DTfromHeader=0, DTrgbe, DTxyze, DTfloat, DTascii, DTdouble, DTend};
19 > enum {DTfromHeader=0, DTrgbe, DTxyze, DTspec, DTfloat, DTascii, DTdouble, DTend};
20  
21   extern const char       stdin_name[];
22   extern const char       *cm_fmt_id[];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines