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

Comparing ray/src/hd/rholo.c (file contents):
Revision 3.30 by gregl, Fri Dec 19 10:41:42 1997 UTC vs.
Revision 3.31 by gregl, Fri Dec 19 10:47:27 1997 UTC

# Line 489 | Line 489 | PACKET *pl;
489                  p->next = freepacks;
490                  freepacks = p;
491          }
492 <        if (n2flush > 512*RPACKSIZ*nprocs) {
492 >        if (n2flush > 1024*RPACKSIZ*nprocs) {
493                  hdflush(NULL);                  /* flush holodeck buffers */
494                  n2flush = 0;
495          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines