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

Comparing ray/src/rt/data.h (file contents):
Revision 1.2 by greg, Tue Apr 3 17:24:33 1990 UTC vs.
Revision 1.3 by greg, Thu May 23 08:14:55 1991 UTC

# Line 8 | Line 8
8   *     6/4/86
9   */
10  
11 < #define  MAXDIM         8               /* maximum dimensions for data array */
11 > #define  MAXDDIM        8               /* maximum dimensions for data array */
12  
13   #define  DATATYPE       float           /* single precision to save space */
14  
# Line 21 | Line 21 | typedef struct datarray {
21                  double  org, siz;               /* coordinate domain */
22                  int  ne;                        /* number of elements */
23                  double  *p;                     /* point locations */
24 <        } dim[MAXDIM];                  /* dimension specifications */
24 >        } dim[MAXDDIM];                 /* dimension specifications */
25          DATATYPE  *arr;                 /* the data */
26          struct datarray  *next;         /* next array in list */
27   } DATARRAY;                     /* a data array */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines