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

Comparing ray/src/rt/data.c (file contents):
Revision 2.17 by greg, Tue May 13 17:58:33 2003 UTC vs.
Revision 2.18 by greg, Thu May 15 05:13:35 2003 UTC

# Line 17 | Line 17 | static const char      RCSid[] = "$Id$";
17  
18                                  /* picture memory usage before warning */
19   #ifndef PSIZWARN
20 < #ifdef BIGMEM
21 < #define PSIZWARN        5000000
22 < #else
20 > #ifdef SMLMEM
21   #define PSIZWARN        1500000
22 + #else
23 + #define PSIZWARN        5000000
24   #endif
25   #endif
26  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines