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.21 by greg, Sun May 19 15:32:24 2024 UTC vs.
Revision 2.22 by greg, Tue Jun 4 21:23:11 2024 UTC

# Line 21 | Line 21 | typedef enum {RMPnone=-1, RMPtrans=0, RMPreflF, RMPref
21   #define RMF_SWAPIN      1
22   #define RMF_OURMEM      2
23  
24 + #define DTrmx_native    DTdouble        /* in-core data type */
25 +
26   /* General [row][col][cmp] component matrix */
27   typedef struct {
28          char    *info;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines