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

Comparing ray/src/rt/rpict.c (file contents):
Revision 2.15 by greg, Fri Oct 2 16:19:10 1992 UTC vs.
Revision 2.16 by greg, Tue Oct 6 12:30:07 1992 UTC

# Line 63 | Line 63 | int  ambounce = 0;                     /* ambient bounces */
63   char  *amblist[128];                    /* ambient include/exclude list */
64   int  ambincl = -1;                      /* include == 1, exclude == 0 */
65  
66 + #ifdef MSDOS
67 + int  ralrm = 60;                        /* seconds between reports */
68 + #else
69   int  ralrm = 0;                         /* seconds between reports */
70 + #endif
71  
72   double  pctdone = 0.0;                  /* percentage done */
73  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines