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

Comparing ray/src/hd/holofile.c (file contents):
Revision 3.6 by gregl, Thu Nov 6 09:37:04 1997 UTC vs.
Revision 3.7 by gregl, Thu Nov 6 09:50:12 1997 UTC

# Line 22 | Line 22 | static char SCCSid[] = "$SunId$ SGI";
22   #define PCTFREE         20      /* maximum fraction to free (%) */
23   #endif
24  
25 + /* define MAXFRAG if you want to limit fragment tracking memory */
26 +
27   #ifndef BSD
28   #define write   writebuf        /* safe i/o routines */
29   #define read    readbuf
30   #endif
29
30 #define MAXFRAG         (128*FRAGBLK)   /* maximum fragments per file */
31  
32   #define FRAGBLK         64      /* number of fragments to allocate at a time */
33  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines