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

Comparing ray/src/hd/sm_qtree.h (file contents):
Revision 3.13 by greg, Sat Feb 22 02:07:25 2003 UTC vs.
Revision 3.14 by greg, Thu May 15 05:13:35 2003 UTC

# Line 42 | Line 42 | typedef struct _FUNC {
42  
43  
44   #ifndef  QT_MAX_BLK
45 < #ifdef  BIGMEM
46 < #define  QT_MAX_BLK     16383           /* maximum quadtree block */
47 < #else
45 > #ifdef  SMLMEM
46   #define  QT_MAX_BLK     2047            /* maximum quadtree block */
47 + #else
48 + #define  QT_MAX_BLK     16383           /* maximum quadtree block */
49   #endif
50   #endif
51  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines