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

Comparing ray/src/util/rmatrix.h (file contents):
Revision 2.10 by greg, Wed Aug 14 18:20:02 2019 UTC vs.
Revision 2.11 by greg, Tue Sep 3 23:43:07 2019 UTC

# Line 14 | Line 14 | extern "C" {
14  
15   /* General plane-ordered component matrix */
16   typedef struct {
17 <        int     nrows, ncols, ncomp;
18 <        short   dtype;
19 <        short   swapin;
17 >        int     nrows, ncols;
18 >        short   ncomp;
19 >        uby8    dtype;
20 >        uby8    swapin;
21          char    *info;
22          double  mtx[1];                 /* extends struct */
23   } RMATRIX;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines