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

Comparing ray/src/rt/devcomm.c (file contents):
Revision 1.2 by greg, Thu May 25 19:33:21 1989 UTC vs.
Revision 1.4 by greg, Fri Jun 2 17:21:24 1989 UTC

# Line 27 | Line 27 | static char SCCSid[] = "$SunId$ LBL";
27   #endif
28  
29   #ifndef WFLUSH
30 < #define WFLUSH          30              /* flush after this many rays */
30 > #define WFLUSH          50              /* flush after this many rays */
31   #endif
32  
33   extern char     *getpath(), *getenv();
# Line 169 | Line 169 | char   *str;
169   {
170          putc(COM_COMOUT, devout);
171          myputs(str, devout);
172 +        fflush(devout);
173   }
174  
175  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines