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.25 by greg, Thu Sep 9 01:06:19 2004 UTC vs.
Revision 3.26 by greg, Fri Sep 3 23:52:42 2010 UTC

# Line 55 | Line 55 | typedef struct {
55  
56   typedef struct {
57          uint32  nrm;            /* number of beam rays bundled in memory */
58 <        unsigned long   tick;   /* clock tick for LRU replacement */
58 >        uint32  tick;           /* clock tick for LRU replacement */
59   } BEAM;                 /* followed by nrm RAYVAL's */
60  
61   #define hdbray(bp)      ((RAYVAL *)((bp)+1))
# Line 132 | Line 132 | extern int     hdwg1[6];               /* wall grid 1 index */
132  
133   #define HOLOFMT         "Holodeck"      /* file format identifier */
134   #define HOLOVERS        0               /* file format version number */
135 < #define HOLOMAGIC       (323+sizeof(off_t)+8*HOLOVERS)  /* file magic number */
135 > #define HOLOMAGIC       (323+sizeof(BEAMI)+16*HOLOVERS) /* file magic number */
136  
137   /*
138   * A holodeck file consists of an information header terminated by a

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines