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.1 by greg, Thu Feb 2 10:41:13 1989 UTC vs.
Revision 1.2 by greg, Tue Apr 3 17:24:33 1990 UTC

# Line 20 | Line 20 | typedef struct datarray {
20          struct {
21                  double  org, siz;               /* coordinate domain */
22                  int  ne;                        /* number of elements */
23 +                double  *p;                     /* point locations */
24          } dim[MAXDIM];                  /* dimension specifications */
25          DATATYPE  *arr;                 /* the data */
26          struct datarray  *next;         /* next array in list */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines