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.22 by greg, Tue Jun 4 21:23:11 2024 UTC vs.
Revision 2.23 by greg, Thu Jun 6 16:46:31 2024 UTC

# Line 16 | Line 16 | extern "C" {
16          none, transmission, reflection front (normal side), reflection back */
17   typedef enum {RMPnone=-1, RMPtrans=0, RMPreflF, RMPreflB} RMPref;
18  
19 < /* Private flags:
20 <        need to swap input, need to free/unmap memory */
19 > /* RMATRIX flags (usually private):
20 >        need to swap input, we should free memory */
21   #define RMF_SWAPIN      1
22 < #define RMF_OURMEM      2
22 > #define RMF_FREEMEM     2
23  
24   #define DTrmx_native    DTdouble        /* in-core data type */
25  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines