--- ray/src/hd/holo.h 1997/10/31 10:23:29 3.1 +++ ray/src/hd/holo.h 1997/11/06 16:37:45 3.2 @@ -45,7 +45,7 @@ typedef struct { typedef struct { short w; /* wall number */ short i[2]; /* index on wall grid */ -} BCOORD[2]; /* beam grid coordinates */ +} GCOORD; /* grid coordinates (two for beam) */ typedef struct { unsigned int4 nrd; /* number of beam rays bundled on disk */