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

Comparing ray/src/rt/srcsamp.c (file contents):
Revision 2.22 by greg, Fri Nov 15 20:47:42 2024 UTC vs.
Revision 2.23 by greg, Fri Dec 13 00:50:55 2024 UTC

# Line 50 | Line 50 | sskip_rsi(uby8 *flags)
50                          return(-2-i);   /* found it! */
51                                          /* else tack on new entry */
52          if (ssf_count >= ssf_max) {     /* need more space? */
53 fprintf(stderr, "DEBUG: skip flag array > %d entries (%.2f MBytes)\n",
54 ssf_count, SSKIPFLSIZ/1024./1024.*ssf_count);
53                  ssf_max = ssf_count + (ssf_count>>2) + 64;
54                  if (ssf_max <= ssf_count &&
55                                  (ssf_max = ssf_count+1024) <= ssf_count)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines