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.10 by greg, Wed Aug 14 18:20:02 2019 UTC vs.
Revision 2.11 by greg, Thu Nov 7 23:10:18 2019 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines