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

Comparing ray/src/util/rpiece.c (file contents):
Revision 2.23 by greg, Wed Aug 4 13:20:45 1993 UTC vs.
Revision 2.24 by greg, Fri Aug 6 12:58:43 1993 UTC

# Line 386 | Line 386 | int  xpos, ypos;
386                                  progname, rpargv[0]);
387                  exit(cleanup(1));
388          }
389 +        if (verbose) {                          /* notify caller */
390 +                printf("%d %d begun\n", xpos, ypos);
391 +                fflush(stdout);
392 +        }
393          unguard();
394                                  /* load new piece into buffer */
395          for (y = 0; y < vr; y++) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines