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 1.3 by greg, Fri Sep 7 08:32:36 1990 UTC vs.
Revision 1.4 by greg, Wed Sep 19 08:26:02 1990 UTC

# Line 18 | Line 18 | static char SCCSid[] = "$SunId$ LBL";
18  
19   #include  "otypes.h"
20  
21 < #define  OSTSIZ         3037            /* object table size (a prime!) */
21 > #ifndef  OSTSIZ
22 > #define  OSTSIZ         12329           /* object table size (a prime!) */
23 > #endif
24  
25   static OBJECT  *ostable[OSTSIZ];        /* the object set table */
26  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines