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

Comparing ray/src/hd/holo.h (file contents):
Revision 3.13 by gregl, Tue Jan 6 15:08:50 1998 UTC vs.
Revision 3.14 by gregl, Wed Jan 7 21:27:29 1998 UTC

# Line 86 | Line 86 | typedef struct {
86          int     b;              /* beam index */
87   } HDBEAMI;              /* holodeck beam index */
88  
89 < #define nbeams(hp)      (2*((hp)->wi[5]-1))
89 > #define nbeams(hp)      (((hp)->wi[5]-1)<<1)
90   #define biglob(hp)      ((hp)->bi)
91   #define blglob(hp)      (*(hp)->bl)
92  
# Line 102 | Line 102 | extern unsigned        hdmemuse();
102   extern long     hdfiluse(), hdfilen(), hdallocfrag();
103   extern double   hdray(), hdinter();
104   extern unsigned hdcode();
105 + extern int      hdfilord();
106  
107   extern unsigned hdcachesize;            /* target cache size (bytes) */
108   extern unsigned long    hdclock;        /* holodeck system clock */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines