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.49 by gwlarson, Wed Feb 10 16:24:07 1999 UTC vs.
Revision 3.50 by gwlarson, Tue Mar 9 08:51:39 1999 UTC

# Line 11 | Line 11 | static char SCCSid[] = "$SunId$ SGI";
11   #include "rholo.h"
12   #include "random.h"
13   #include <signal.h>
14 #include <sys/types.h>
14   #include <sys/stat.h>
15  
16   #ifndef FRAGWARN
# Line 217 | Line 216 | initrholo()                    /* get our holodeck running */
216                  maxdisk = 1024.*1024.*vflt(DISKSPACE);
217                                                  /* set up memory cache */
218          if (outdev == NULL)
219 <                hdcachesize = 0;        /* manual flushing */
219 >                hdcachesize = 0;                /* manual flushing */
220          else if (vdef(CACHE))
221                  hdcachesize = 1024.*1024.*vflt(CACHE);
222                                                  /* open report file */
# Line 272 | Line 271 | initrholo()                    /* get our holodeck running */
271          sigdie(SIGXCPU, "CPU limit exceeded");
272          sigdie(SIGXFSZ, "File size exceeded");
273   #endif
274 <                                                /* protect holodeck file */
274 >                                        /* protect holodeck file */
275          orig_mode = resfmode(hdlist[0]->fd, ncprocs>0 ? 0 : 0444);
276          return;
277   memerr:
# Line 531 | Line 530 | PACKET *pl;
530                  p->next = freepacks;            /* push onto free list */
531                  freepacks = p;
532          }
533 <        if (n2flush > RTFLUSH) {
533 >        if (n2flush >= RTFLUSH) {
534                  if (outdev != NULL)
535                          hdsync(NULL, 1);
536                  else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines