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.6 by gregl, Thu Dec 11 11:47:57 1997 UTC vs.
Revision 3.7 by gregl, Fri Dec 12 19:52:31 1997 UTC

# Line 88 | Line 88 | typedef struct holo {
88  
89   #define bnrays(hp,i)    ((hp)->bl[i]!=NULL ? (hp)->bl[i]->nrm : (hp)->bi[i].nrd)
90  
91 < #define hdflush(hp)     (hdfreebeam(hp,0) && hdsync(hp))
92 < #define hdclobber(hp)   (hdkillbeam(hp,0) && hdsync(hp))
91 > #define hdflush(hp)     (hdfreebeam(hp,0) && hdsync(hp,0))
92 > #define hdclobber(hp)   (hdkillbeam(hp,0) && hdsync(hp,0))
93  
94   extern HOLO     *hdinit(), *hdalloc();
95   extern BEAM     *hdgetbeam();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines