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.34 by greg, Wed Apr 8 20:35:11 2020 UTC vs.
Revision 2.35 by greg, Fri Mar 17 18:43:45 2023 UTC

# Line 27 | Line 27 | static const char      RCSid[] = "$Id$";
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