--- ray/src/rt/data.h 1989/02/02 10:41:13 1.1 +++ ray/src/rt/data.h 1990/04/03 17:24:33 1.2 @@ -20,6 +20,7 @@ typedef struct datarray { struct { double org, siz; /* coordinate domain */ int ne; /* number of elements */ + double *p; /* point locations */ } dim[MAXDIM]; /* dimension specifications */ DATATYPE *arr; /* the data */ struct datarray *next; /* next array in list */