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.44 by greg, Tue May 13 17:58:33 2003 UTC vs.
Revision 3.45 by greg, Thu May 15 05:13:35 2003 UTC

# Line 10 | Line 10 | static const char      RCSid[] = "$Id$";
10   #include "holo.h"
11  
12   #ifndef CACHESIZE
13 < #ifdef BIGMEM
14 < #define CACHESIZE       17      /* default cache size (Mbytes, 0==inf) */
15 < #else
13 > #ifdef SMLMEM
14   #define CACHESIZE       5
15 + #else
16 + #define CACHESIZE       17      /* default cache size (Mbytes, 0==inf) */
17   #endif
18   #endif
19   #ifndef FREEBEAMS

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines