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.69 by schorsch, Tue Mar 30 16:13:01 2004 UTC vs.
Revision 2.72 by greg, Fri Nov 5 17:36:55 2004 UTC

# Line 1 | Line 1
1   #ifndef lint
2 < static const char RCSid[] = "$Id";
2 > static const char RCSid[] = "$Id$";
3   #endif
4   /*
5   *  rpict.c - routines and variables for picture generation.
# Line 94 | Line 94 | int  ambres = 64;                      /* ambient resolution */
94   int  ambdiv = 512;                      /* ambient divisions */
95   int  ambssamp = 128;                    /* ambient super-samples */
96   int  ambounce = 0;                      /* ambient bounces */
97 < char  *amblist[128];                    /* ambient include/exclude list */
97 > char  *amblist[AMBLLEN];                /* ambient include/exclude list */
98   int  ambincl = -1;                      /* include == 1, exclude == 0 */
99  
100   int  ralrm = 0;                         /* seconds between reports */
# Line 202 | Line 202 | report(int dummy)              /* report progress */
202   }
203   #else
204   static void
205 < report(int)             /* report progress */
205 > report(int dummy)               /* report progress */
206   {
207          tlastrept = time((time_t *)NULL);
208          sprintf(errmsg, "%lu rays, %4.2f%% after %5.4f hours\n",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines