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.71 by schorsch, Sat Oct 23 18:55:53 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 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