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.13 by schorsch, Fri Jun 6 16:38:47 2003 UTC vs.
Revision 2.14 by greg, Fri Jun 20 00:25:49 2003 UTC

# Line 1 | Line 1
1   /* RCSid $Id$ */
2   /*
3   *  object.h - header file for routines using objects and object sets.
4 + *
5 + *  Include after "standard.h"
6   */
7   #ifndef _RAD_OBJECT_H_
8   #define _RAD_OBJECT_H_
# Line 42 | Line 44 | typedef struct {
44  
45   #ifndef  OBJECT
46   #ifdef  SMLMEM
47 < #define  OBJECT         int2            /* index to object array */
47 > #define  OBJECT         int16           /* index to object array */
48   #else
49 < #define  OBJECT         int4            /* index to object array */
49 > #define  OBJECT         int32           /* index to object array */
50   #endif
51   #endif
52  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines