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.37 by gwlarson, Wed Feb 10 17:09:20 1999 UTC vs.
Revision 3.38 by gwlarson, Thu Feb 25 13:25:38 1999 UTC

# Line 14 | Line 14 | static char SCCSid[] = "$SunId$ SGI";
14  
15   #ifndef CACHESIZE
16   #ifdef BIGMEM
17 < #define CACHESIZE       32      /* default cache size (Mbytes, 0==inf) */
17 > #define CACHESIZE       17      /* default cache size (Mbytes, 0==inf) */
18   #else
19 < #define CACHESIZE       12
19 > #define CACHESIZE       5
20   #endif
21   #endif
22   #ifndef FREEBEAMS

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines