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.14 by greg, Fri Jun 20 00:25:49 2003 UTC vs.
Revision 2.15 by schorsch, Thu Jun 26 00:58:09 2003 UTC

# Line 27 | 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 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines