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.32 by gregl, Mon Dec 22 11:06:53 1997 UTC

# Line 88 | Line 88 | char   *argv[];
88                          goto userr;
89                  }
90                                                  /* get root file name */
91 +        if (i >= argc)
92 +                goto userr;
93          rootname(froot, hdkfile=argv[i++]);
94                                                  /* load variables? */
95          if (i < argc)
# Line 489 | Line 491 | PACKET *pl;
491                  p->next = freepacks;
492                  freepacks = p;
493          }
494 <        if (n2flush > 512*RPACKSIZ*nprocs) {
494 >        if (n2flush > 1024*RPACKSIZ*nprocs) {
495                  hdflush(NULL);                  /* flush holodeck buffers */
496                  n2flush = 0;
497          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines