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

Comparing ray/src/common/loadbsdf.c (file contents):
Revision 3.11 by greg, Tue Mar 22 03:56:17 2016 UTC vs.
Revision 3.12 by greg, Thu May 14 19:20:13 2020 UTC

# Line 85 | Line 85 | sd->tb->maxHemi*100.);
85   }
86   #endif
87          SDretainSet = SDretainAll;              /* keep data in core */
88 + #ifdef  SMLMEM
89 +        SDmaxCache = 5L*1024*1024;
90 + #else
91 +        SDmaxCache = 250L*1024*1024;
92 + #endif
93          return(sd);
94   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines