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.12 by greg, Thu Feb 15 18:46:54 1996 UTC vs.
Revision 2.13 by gregl, Wed Dec 3 11:06:17 1997 UTC

# Line 19 | Line 19 | static char SCCSid[] = "$SunId$ LBL";
19                                  /* picture memory usage before warning */
20   #ifndef PSIZWARN
21   #ifdef BIGMEM
22 < #define PSIZWARN        3000000
22 > #define PSIZWARN        5000000
23   #else
24 < #define PSIZWARN        1000000
24 > #define PSIZWARN        1500000
25   #endif
26   #endif
27  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines