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

Comparing ray/src/util/ranimove1.c (file contents):
Revision 3.12 by greg, Tue Dec 20 03:49:51 2005 UTC vs.
Revision 3.13 by greg, Thu Apr 17 14:44:25 2008 UTC

# Line 658 | Line 658 | extern void
658   init_frame(void)                        /* render base (low quality) frame */
659   {
660          int     restart;
661
661                                          /* allocate/swap buffers */
662          next_frame();
663                                          /* check rendering status */
# Line 667 | Line 666 | init_frame(void)                       /* render base (low quality) frame
666                  restart = -1;
667          if (restart > 0) {
668                  if (nprocs > 1)
669 <                        ray_pdone(1);
669 >                        ray_pdone(0);
670                  else
671 <                        ray_done(1);
671 >                        ray_done(0);
672          }
673                                          /* post low quality parameters */
674          if (curparams != &lorendparams)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines