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.10 by gregl, Wed Dec 24 10:52:44 1997 UTC vs.
Revision 3.11 by gregl, Thu Jan 1 10:12:24 1998 UTC

# Line 117 | Line 117 | extern float   hd_depthmap[];          /* depth conversion map *
117  
118   #define HOLOFMT         "Holodeck"      /* file format identifier */
119   #define HOLOVERS        0               /* file format version number */
120 < #define HOLOMAGIC       (327+HOLOVERS)  /* file magic number */
120 > #define HOLOMAGIC       (323+sizeof(long)+8*HOLOVERS)   /* file magic number */
121  
122   /*
123   * A holodeck file consists of an information header terminated by a

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines