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

Comparing ray/src/util/ranimate.c (file contents):
Revision 2.43 by schorsch, Mon Oct 27 10:32:06 2003 UTC vs.
Revision 2.44 by greg, Tue Dec 9 22:46:41 2003 UTC

# Line 718 | Line 718 | int    frame,
718   VIEW    *vp
719   )
720   {
721        extern int      recover();
721          char    combuf[2048];
722          char    fname[128];
723  
# Line 788 | Line 787 | char   *vfn
787  
788  
789   static int
790 < recover(int frame)                              /* recover the specified frame */
790 > recover(int frame)                      /* recover the specified frame */
791   {
792          static int      *rfrm;          /* list of recovered frames */
793          static int      nrfrms = 0;
# Line 900 | Line 899 | int    frame,
899   int     rvr
900   )
901   {
903        extern int      frecover();
902          static int      iter = 0;
903          double  blurf;
904          int     nblur = getblur(&blurf);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines