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.61 by greg, Fri Oct 5 19:19:16 2018 UTC vs.
Revision 3.62 by greg, Tue Dec 19 20:22:36 2023 UTC

# Line 18 | Line 18 | static const char      RCSid[] = "$Id$";
18  
19   #ifndef CACHESIZE
20   #ifdef SMLMEM
21 < #define CACHESIZE       10
21 > #define CACHESIZE       100
22   #else
23 < #define CACHESIZE       100     /* default cache size (Mbytes, 0==inf) */
23 > #define CACHESIZE       1000    /* default cache size (Mbytes, 0==inf) */
24   #endif
25   #endif
26   #ifndef FREEBEAMS

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines