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.12 by greg, Sun Nov 1 04:41:55 2009 UTC vs.
Revision 2.13 by greg, Fri Mar 17 18:27:18 2023 UTC

# Line 39 | Line 39 | extern "C" {
39   #ifdef  SMLMEM
40   #define  MAXOBLK        4095            /* maximum octree block */
41   #else
42 < #define  MAXOBLK        32767           /* maximum octree block */
42 > #define  MAXOBLK        262143          /* maximum octree block */
43   #endif
44   #endif
45  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines