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

Comparing ray/src/util/cmatrix.c (file contents):
Revision 2.37 by greg, Thu May 18 23:55:10 2023 UTC vs.
Revision 2.38 by greg, Tue Nov 21 01:30:20 2023 UTC

# Line 18 | Line 18 | static const char RCSid[] = "$Id$";
18   const char      stdin_name[] = "<stdin>";
19  
20   const char      *cm_fmt_id[] = {
21 <                        "unknown", COLRFMT, CIEFMT,
21 >                        "unknown", COLRFMT, CIEFMT, SPECFMT,
22                          "float", "ascii", "double"
23                  };
24  
25   const int       cm_elem_size[] = {
26 <                        0, 4, 4, 3*sizeof(float), 0, 3*sizeof(double)
26 >                        0, 4, 4, 0, 3*sizeof(float), 0, 3*sizeof(double)
27                  };
28  
29   /* Allocate a color coefficient matrix */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines