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.15 by schorsch, Thu Jun 26 00:58:09 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 25 | Line 27 | typedef struct {
27          short  nsargs;                  /* # of string arguments */
28          short  nfargs;                  /* # of real arguments */
29          char  **sarg;                   /* string arguments */
30 <        FLOAT  *farg;                   /* real arguments */
30 >        RREAL  *farg;                   /* real arguments */
31   #ifdef  IARGS
32          short  niargs;                  /* # of integer arguments */
33          long  *iarg;                    /* integer arguments */
# 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