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

Comparing ray/src/rt/data.c (file contents):
Revision 2.33 by greg, Thu Aug 2 18:33:48 2018 UTC vs.
Revision 2.35 by greg, Fri Mar 17 18:43:45 2023 UTC

# Line 22 | Line 22 | static const char      RCSid[] = "$Id$";
22   #ifdef SMLMEM
23   #define PSIZWARN        3000000
24   #else
25 < #define PSIZWARN        10000000
25 > #define PSIZWARN        50000000
26   #endif
27   #endif
28  
29   #ifndef TABSIZ
30 < #define TABSIZ          97              /* table size (prime) */
30 > #define TABSIZ          997             /* table size (prime) */
31   #endif
32  
33   #define hash(s)         (shash(s)%TABSIZ)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines