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.15 by gwlarson, Wed Aug 12 17:54:15 1998 UTC vs.
Revision 3.16 by gwlarson, Thu Nov 5 09:09:32 1998 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines