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

Comparing ray/src/common/objset.c (file contents):
Revision 2.17 by greg, Tue Apr 28 16:56:10 2015 UTC vs.
Revision 2.18 by greg, Sat Mar 18 15:21:17 2023 UTC

# Line 19 | Line 19 | static const char      RCSid[] = "$Id$";
19   #ifdef  SMLMEM
20   #define  OSTSIZ         32749           /* object table size (a prime!) */
21   #else
22 < #define  OSTSIZ         262139          /* object table size (a prime!) */
22 > #define  OSTSIZ         1002583         /* object table size (a prime!) */
23   #endif
24   #endif
25  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines