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.11 by greg, Tue Sep 3 23:43:07 2019 UTC vs.
Revision 2.12 by greg, Wed Mar 25 01:51:09 2020 UTC

# Line 19 | Line 19 | typedef struct {
19          uby8    dtype;
20          uby8    swapin;
21          char    *info;
22 <        double  mtx[1];                 /* extends struct */
22 >        double  mtx[3];                 /* extends struct */
23   } RMATRIX;
24  
25   #define rmx_lval(rm,r,c,i)      (rm)->mtx[(i)+(rm)->ncomp*((c)+(size_t)(rm)->ncols*(r))]

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines