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

Comparing ray/src/common/object.h (file contents):
Revision 2.6 by gwlarson, Thu Nov 5 16:51:26 1998 UTC vs.
Revision 2.7 by gwlarson, Tue Jan 19 16:01:54 1999 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1986 Regents of the University of California */
1 > /* Copyright (c) 1999 Silicon Graphics, Inc. */
2  
3 < /* SCCSid "$SunId$ LBL" */
3 > /* SCCSid "$SunId$ SGI" */
4  
5   /*
6   *  object.h - header file for routines using objects and object sets.
# Line 54 | Line 54 | typedef struct {
54   #ifdef  BIGMEM
55   #define  MAXOBJBLK      65535           /* maximum number of object blocks */
56   #else
57 < #define  MAXOBJBLK      31              /* maximum number of object blocks */
57 > #define  MAXOBJBLK      63              /* maximum number of object blocks */
58   #endif
59   #endif
60  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines