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

Comparing ray/src/common/octree.h (file contents):
Revision 2.2 by greg, Fri Sep 3 16:32:29 1993 UTC vs.
Revision 2.3 by gregl, Wed Dec 3 11:03:51 1997 UTC

# Line 36 | Line 36
36  
37   #ifndef  MAXOBLK
38   #ifdef  BIGMEM
39 < #define  MAXOBLK        16383           /* maximum octree block */
39 > #define  MAXOBLK        65535           /* maximum octree block */
40   #else
41 < #define  MAXOBLK        4095            /* maximum octree block */
41 > #define  MAXOBLK        8191            /* maximum octree block */
42   #endif
43   #endif
44  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines